X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=f1d4a366e80263ae178fb118a083c1455431b674;hb=6be3d49af943f4dda1d6bb2257b98817b05f417a;hp=a3120fc041568bc37ea919d708fec8c46ab86a74;hpb=347e0f146d848f8e5a6b2cb07c016d3f4085f310;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index a3120fc04..f1d4a366e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.1.0-rc6],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.1.0-rc8],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -298,6 +298,8 @@ AC_CONFIG_FILES([ tests/ust/low-throughput/Makefile tests/ust/before-after/Makefile tests/ust/multi-session/Makefile + tests/ust/overlap/Makefile + tests/ust/overlap/demo/Makefile ]) AC_OUTPUT