X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=792679a35180451ba0acc4eb0682bf88835c7d3c;hp=6f19e570b8f008c2aa3d3529bf10c1926d1236b4;hb=ee91bab210156bd9a4ec23eac93aa563556f2803;hpb=7e0cc23bbca1f5102cae78a7cabe48d8ef947366 diff --git a/configure.ac b/configure.ac index 6f19e570b..792679a35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.2.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.2.0],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -332,6 +332,8 @@ AC_CONFIG_FILES([ tests/regression/tools/streaming/Makefile tests/regression/tools/filtering/Makefile tests/regression/tools/health/Makefile + tests/regression/tools/tracefile-limits/Makefile + tests/regression/tools/snapshots/Makefile tests/regression/ust/Makefile tests/regression/ust/nprocesses/Makefile tests/regression/ust/high-throughput/Makefile @@ -347,6 +349,7 @@ AC_CONFIG_FILES([ tests/regression/ust/exit-fast/Makefile tests/regression/ust/fork/Makefile tests/regression/ust/libc-wrapper/Makefile + tests/stress/Makefile tests/unit/Makefile tests/utils/Makefile tests/utils/tap/Makefile