X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=bc81a66d8199882a5b61a79e3bd785f8892ed34e;hp=327f4ab94cac184f62103872fb2d9308c6496372;hb=65d3497f615f8e56481f47ea9eec2ebb01ae21fa;hpb=8c0bc778509809dcc313ede4e6871425b6b003bc diff --git a/configure.ac b/configure.ac index 327f4ab9..bc81a66d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,12 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[1.2.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.2.0-rc2],[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