X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=802ccaa5ffe49566740e0e39fdcf46674924f12b;hb=739b96c6d55a8bf7ca8fbda09a3f57dbad9b4838;hp=581561b553b94069f4dd072f956e01d683af6b2d;hpb=9c915ee89e46a98644d56c34c0dbfcf2311627ed;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 581561b5..802ccaa5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.2.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.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 @@ -12,7 +12,7 @@ AC_SUBST([LTTNG_UST_LIBRARY_VERSION], [0:0:0]) # This is the library version of liblttng-ust-ctl, used internally by # liblttng-ust, lttng-sessiond, and lttng-consumerd. -AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], [1:0:0]) +AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], [2:0:0]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET @@ -266,7 +266,6 @@ AC_CONFIG_FILES([ tools/Makefile tests/Makefile tests/hello/Makefile - tests/hello-static-lib/Makefile tests/hello.cxx/Makefile tests/same_line_tracepoint/Makefile tests/snprintf/Makefile