X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=a1a79eb2ff158139a344585ce4b12ba4de05e441;hb=bebb067ef8020d5c36ab48271b0d9d9bb2b24e11;hp=bcf3b2bb1623beff898e7f5950b87068de676a05;hpb=b3bdf00d5feee54e53ec81cffd38cb6d5d53e262;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index bcf3b2bb..a1a79eb2 100644 --- a/configure.ac +++ b/configure.ac @@ -9,10 +9,10 @@ dnl Process this file with autoconf to produce a configure script. m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) m4_define([ust_version_patch], [0]) -m4_define([ust_version_dev_stage], [-pre]) +m4_define([ust_version_dev_stage], [-rc1]) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) -m4_define([ust_version_name], [[Codename TBD]]) -m4_define([ust_version_description], [[Description TBD]]) +m4_define([ust_version_name], [[Nordicité]]) +m4_define([ust_version_description], [[The product of a collaboration between Champ Libre and Boréale, this farmhouse IPA is brewed with Kveik yeast and Québec-grown barley, oats and juniper branches. The result is a remarkable fruity hazy golden IPA that offers a balanced touch of resinous and woodsy bitterness.]]) # Library version information of "liblttng-ust" # Following the numbering scheme proposed by libtool for the library version @@ -607,13 +607,14 @@ AC_CONFIG_FILES([ src/python-lttngust/Makefile src/python-lttngust/setup.py tests/benchmark/Makefile - tests/compile/ctf-types/Makefile - tests/compile/hello.cxx/Makefile - tests/compile/hello/Makefile - tests/compile/hello-many/Makefile + tests/compile/api1/ust-fields/Makefile + tests/compile/api1/hello.cxx/Makefile + tests/compile/api1/hello/Makefile + tests/compile/api1/hello-many/Makefile + tests/compile/api1/Makefile + tests/compile/api1/same_line_tracepoint/Makefile + tests/compile/api1/test-app-ctx/Makefile tests/compile/Makefile - tests/compile/same_line_tracepoint/Makefile - tests/compile/test-app-ctx/Makefile tests/Makefile tests/unit/gcc-weak-hidden/Makefile tests/unit/libmsgpack/Makefile @@ -650,9 +651,9 @@ AS_ECHO AS_IF([test -n "ust_version_description"], [ AS_IF([test -n "$FOLD"], [ - AS_ECHO("`AS_ECHO("ust_version_description") | $FOLD -s`") + AS_ECHO(["ust_version_description"]) | $FOLD -s ], [ - AS_ECHO("ust_version_description") + AS_ECHO(["ust_version_description"]) ]) AS_ECHO ])