X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=aab61999ecf32229c65b4ae23dbabda58bb31066;hp=24ee2a6290046c6baac0be9ef344f6bfd865dcea;hb=71dd417a2b700c2315ef9919104572df1bc83f7a;hpb=bb919dd077169b5ee049ba3fc82f8555648cb22e diff --git a/configure.ac b/configure.ac index 24ee2a62..aab61999 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[1.0.0-rc5],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.0.2],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -143,5 +143,9 @@ AC_CONFIG_FILES([ bindings/Makefile bindings/python/Makefile tests/Makefile + tests/lib/Makefile + extras/Makefile + extras/valgrind/Makefile + babeltrace.pc ]) AC_OUTPUT