X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=d2dc3769ed9357596e799ec47709e4f71b62f4ed;hb=05e8ff1f80c9a6dcd7db559c7a39b4c46e85e2a7;hp=7c7bf26e38fcadb45fe389e6eaa26f4bcb248f22;hpb=d61ad9ef7bc9a9650ae9e2793ff7e3afe816a670;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 7c7bf26e..d2dc3769 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,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])