X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=ca0eeb6d884c4c99971c332b3ed71c0812213872;hb=038add35595270cee322c9de33dc944b5ed7f406;hp=c3ee03df0251357546c0594d66faf0e2f6f1533e;hpb=5d86b1900f85c6d95b2bc691b48e6e99f20b7f9c;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index c3ee03df0..ca0eeb6d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.10],[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)