Bump soname major to 1
[lttng-ust.git] / configure.ac
index 7c7bf26e38fcadb45fe389e6eaa26f4bcb248f22..d2dc3769ed9357596e799ec47709e4f71b62f4ed 100644 (file)
@@ -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])
 
This page took 0.034066 seconds and 4 git commands to generate.