Bump UST proto version minor number
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 Dec 2012 15:44:05 +0000 (10:44 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 Dec 2012 15:44:05 +0000 (10:44 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-abi.h

index c36410b9acb0fe8fe8e4031e102b4b32c52bf06b..a5740357c32ae3afb55348b2ae278fb533f48000 100644 (file)
@@ -34,7 +34,7 @@
 
 /* Version for comm protocol between sessiond and ust */
 #define LTTNG_UST_COMM_VERSION_MAJOR           2
-#define LTTNG_UST_COMM_VERSION_MINOR           0
+#define LTTNG_UST_COMM_VERSION_MINOR           1
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
 #define LTTNG_UST_INTERNAL_MAJOR_VERSION       3
This page took 0.025359 seconds and 4 git commands to generate.