From 3adfa155bbdfb1a801cc31ff05cf073dedf08ab9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 20 Dec 2012 10:44:05 -0500 Subject: [PATCH] Bump UST proto version minor number Signed-off-by: Mathieu Desnoyers --- include/lttng/ust-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index c36410b9..a5740357 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -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 -- 2.34.1