X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=86bc4c7839d0bb4cce0b1ea1bb89f1b1d82848a5;hb=refs%2Fheads%2Fstable-2.7;hp=f29a4d207c068b225cbd4c026c3361a748f6e16a;hpb=8b4500252debf1ae09de9a24230b1db95b8a6698;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f29a4d20..86bc4c78 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.7.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.7.5],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -433,7 +433,7 @@ AS_IF([test "x$java_agent_log4j" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disa AS_ECHO_N("JNI interface (JNI): ") AS_IF([test "x$jni_interface" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) -AS_ECHO_N("Python($PYTHON) agent: ") +AS_ECHO_N("Python ($PYTHON) agent: ") AS_IF([test "x$python_agent" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) AS_ECHO_N("sdt.h integration: ")