X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=5ff12a6d9ee13231cfea67f0a88dc88857e87b84;hp=f8518c568f62a63ead9d7c008fd7381c1ef942c2;hb=5b6742b7de8b11d5df127586d2e354e9ae38c3ed;hpb=355f483d1713d1e047ad6256bea039cb693ae38e diff --git a/configure.ac b/configure.ac index f8518c568..5ff12a6d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.0],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.1],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -197,8 +197,11 @@ AC_CONFIG_FILES([ tests/kernel/Makefile tests/tools/Makefile tests/ust/Makefile - tests/ust/nevents/Makefile tests/ust/nprocesses/Makefile + tests/ust/high-throughput/Makefile + tests/ust/low-throughput/Makefile + tests/ust/before-after/Makefile + tests/ust/multi-session/Makefile ]) AC_OUTPUT