Update version to 1.0.0-pre2
[babeltrace.git] / configure.ac
index b5cbb42f747e76229b7715bc7327211c85aaa62a..aac3835a917bf1ee9489ddd2a2ed5b2fafb537d2 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[0.11.1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.0.0-pre2],[mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -55,6 +55,9 @@ AC_SUBST(PACKAGE_CFLAGS)
 babeltraceincludedir="${includedir}/babeltrace"
 AC_SUBST(babeltraceincludedir)
 
+babeltracectfincludedir="${includedir}/babeltrace/ctf"
+AC_SUBST(babeltracectfincludedir)
+
 AC_CONFIG_FILES([
        Makefile
        types/Makefile
This page took 0.022299 seconds and 4 git commands to generate.