From: Jérémie Galarneau Date: Thu, 19 Mar 2020 01:02:03 +0000 (-0400) Subject: Fix: MI: bump MI schema version to 4.0 in mi-lttng.c X-Git-Tag: v2.13.0-rc1~719 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a92b6bcc41bafdf600ec412ce8e7c789121426d4;ds=sidebyside Fix: MI: bump MI schema version to 4.0 in mi-lttng.c The MI schema has been bumped to 4.0, but the internal constant in mi-lttng.c still indicates a 3.0 schema. Synchronize both versions to 4.0 for the 2.12 release. Signed-off-by: Jérémie Galarneau Change-Id: Ia27e15e2c154b2fd39eeaaa6c71df922a233bc80 --- diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index f9f1e225a..5160e0a58 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -17,7 +17,7 @@ #include -#define MI_SCHEMA_MAJOR_VERSION 3 +#define MI_SCHEMA_MAJOR_VERSION 4 #define MI_SCHEMA_MINOR_VERSION 0 /* Machine interface namespace URI */