Bump LTTNG_UST_ABI_MINOR_VERSION to 1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 Dec 2019 15:49:20 +0000 (10:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 Dec 2019 15:49:20 +0000 (10:49 -0500)
Increment the minor version of lttng-ust ABI to 1, to take into
account that the "clear" command was added in this release cycle.

This will allow future LTTng-tools versions to check for this
capability.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-abi.h

index 5c934daf9df4a39681eba3f61073d27e47cc9a1c..461e77c2a92d4bdd13577255b11a979211b94088 100644 (file)
@@ -47,7 +47,7 @@
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
 #define LTTNG_UST_ABI_MAJOR_VERSION            8
-#define LTTNG_UST_ABI_MINOR_VERSION            0
+#define LTTNG_UST_ABI_MINOR_VERSION            1
 
 enum lttng_ust_instrumentation {
        LTTNG_UST_TRACEPOINT            = 0,
This page took 0.024562 seconds and 4 git commands to generate.