X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=a987d95c18867f7ccd25f2668522cc53d33dddce;hb=622671fbcb30bbf4948137613f29924931d7bcef;hp=7c7bf26e38fcadb45fe389e6eaa26f4bcb248f22;hpb=f436dc743863f592579616940b015f8c1c33d999;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 7c7bf26e..a987d95c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-only + dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [13]) @@ -20,7 +22,7 @@ AC_SUBST([PATCHLEVEL_VERSION], [V_PATCH]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html # This is the library version of liblttng-ust. -m4_define([UST_LIB_V_MAJOR], [0]) +m4_define([UST_LIB_V_MAJOR], [1]) m4_define([UST_LIB_V_MINOR], [0]) m4_define([UST_LIB_V_PATCH], [0])