X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=e3c8d07191aa0efcd93ef4396b6394a8345a4d0f;hb=c0657016bbb98e1769edbaba8c00221f964c7402;hp=61e14b7b1d6417c492dc8adf83c604b901718f87;hpb=b495b935f39b069ac81787478b7caa43809ab0f2;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 61e14b7b1..e3c8d0719 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.0-rc3],[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 @@ -6,6 +6,12 @@ AC_CONFIG_MACRO_DIR([config]) AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +version_name="Annedd'ale" +version_description="New type of beer, 100% from Quebec, flavored with sapin beaumier needles, with a touch of hops." + +AC_DEFINE_UNQUOTED([VERSION_NAME], ["$version_name"], "") +AC_DEFINE_UNQUOTED([VERSION_DESCRIPTION], ["$version_description"], "") + AC_CONFIG_HEADERS([include/config.h]) AC_CHECK_HEADERS([ \ @@ -199,6 +205,11 @@ AC_OUTPUT # AS_ECHO() +AS_ECHO("Version name: $version_name") +AS_ECHO("$version_description") + +AS_ECHO() + # Target architecture we're building for target_arch=$host_cpu [