Version 1.2.1
[babeltrace.git] / configure.ac
index 1b927ff08ac134fcba155846ea47162a69ad506d..80eba33f64ce00840d25cb11869d806a2dda0b2d 100644 (file)
@@ -1,7 +1,12 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.1.1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.2.1],[mathieu dot desnoyers at efficios dot com])
+
+# Following the numbering scheme proposed by libtool for the library version
+# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0])
+
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -166,6 +171,7 @@ AC_CONFIG_FILES([
        formats/ctf-text/types/Makefile
        formats/ctf-metadata/Makefile
        formats/bt-dummy/Makefile
+       formats/lttng-live/Makefile
        formats/ctf/metadata/Makefile
        formats/ctf/writer/Makefile
        converter/Makefile
This page took 0.022354 seconds and 4 git commands to generate.