X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=cb2c17728289ea3cc2e2430f4239d8de3941a670;hb=refs%2Fheads%2Fstable-2.10;hp=7b99f5c8e58c2d0f53a6f69d64df26b81e90e78f;hpb=93fa2c9ff6b52c30173bee80445501ce8677fecc;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 7b99f5c8e..cb2c17728 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) @@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-pax nostdinc]) +AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-pax nostdinc]) AM_MAINTAINER_MODE([enable]) # Enable silent rules if available (Introduced in AM 1.11)