X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=7e8de8964263ec4383e933389e6fe8e87d1c2b63;hb=2b77e6a6ff6a0b46ee3bd607d1d75f2d20af5ea0;hp=24a9db6079d8cb1f7002b325b233ac5ea0d3ecd4;hpb=6aa249b5fbead5507a40500d29ef1640832eb2fc;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 24a9db60..7e8de896 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.3],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -106,7 +106,9 @@ AC_CONFIG_FILES([ lib/prio_heap/Makefile include/Makefile tests/Makefile + tests/lib/Makefile extras/Makefile extras/valgrind/Makefile + babeltrace.pc ]) AC_OUTPUT