X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=f1d4a366e80263ae178fb118a083c1455431b674;hp=a3120fc041568bc37ea919d708fec8c46ab86a74;hb=2ad3a9a03e56a52b68d9c2e6046e31da9bc6c4ef;hpb=2d90c6c86651b4c9b3818f230508acfcf4fec66f 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