From: Mathieu Desnoyers Date: Thu, 20 Dec 2012 15:44:05 +0000 (-0500) Subject: Bump UST proto version minor number X-Git-Tag: v2.1.0~2 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=3adfa155bbdfb1a801cc31ff05cf073dedf08ab9;p=lttng-ust.git Bump UST proto version minor number Signed-off-by: Mathieu Desnoyers --- 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