Update version to v2.0.0-rc1
[babeltrace.git] / configure.ac
index a78b876c14a70c4f0bed959432ca4f7c9497e6e0..83154eb43fc8675d6dac22af8b307ac8ef84ab7e 100644 (file)
@@ -29,7 +29,7 @@ AC_PREREQ([2.50])
 m4_define([bt_version_major], [2])
 m4_define([bt_version_minor], [0])
 m4_define([bt_version_patch], [0])
-m4_define([bt_version_extra], [-pre5])
+m4_define([bt_version_extra], [-rc1])
 m4_define([bt_version], bt_version_major[.]bt_version_minor[.]bt_version_patch[]bt_version_extra)
 
 AC_INIT([babeltrace], bt_version, [jeremie dot galarneau at efficios dot com], [], [https://efficios.com/babeltrace/])
@@ -248,9 +248,9 @@ AM_CONDITIONAL([HAVE_FLEX], [test "x$have_flex" = "xyes"])
 # Check what libraries are required on this platform to link sockets programs.
 AX_LIB_SOCKET_NSL
 
-# Check for glib >= 2.22 with gmodule support
-AM_PATH_GLIB_2_0([2.22.0], [],
-  AC_MSG_ERROR([glib >= 2.22 is required - download it from ftp://ftp.gtk.org/pub/gtk]),
+# Check for glib >= 2.28 with gmodule support
+AM_PATH_GLIB_2_0([2.28.0], [],
+  AC_MSG_ERROR([glib >= 2.28 is required - download it from ftp://ftp.gtk.org/pub/gtk]),
   [gmodule-no-export]
 )
 
@@ -698,6 +698,7 @@ AC_CONFIG_FILES([
        src/Makefile
        src/plugins/common/Makefile
        src/plugins/common/muxing/Makefile
+       src/plugins/common/param-validation/Makefile
        src/plugins/ctf/common/bfcr/Makefile
        src/plugins/ctf/common/Makefile
        src/plugins/ctf/common/metadata/Makefile
@@ -727,6 +728,7 @@ AC_CONFIG_FILES([
        tests/lib/Makefile
        tests/lib/test-plugin-plugins/Makefile
        tests/Makefile
+       tests/param-validation/Makefile
        tests/plugins/Makefile
        tests/plugins/src.ctf.fs/Makefile
        tests/plugins/src.ctf.fs/succeed/Makefile
This page took 0.024015 seconds and 4 git commands to generate.