Bump LTTNG_UST_ABI version from 8.1 to 9.0
[lttng-ust.git] / include / lttng / ust-abi.h
index 5c934daf9df4a39681eba3f61073d27e47cc9a1c..a823de542feac84147228e232b76533bcfa06394 100644 (file)
@@ -46,7 +46,8 @@
 #define LTTNG_UST_COMM_MAGIC                   0xC57C57C5
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
-#define LTTNG_UST_ABI_MAJOR_VERSION            8
+#define LTTNG_UST_ABI_MAJOR_VERSION                    9
+#define LTTNG_UST_ABI_MAJOR_VERSION_OLDEST_COMPATIBLE  8
 #define LTTNG_UST_ABI_MINOR_VERSION            0
 
 enum lttng_ust_instrumentation {
This page took 0.034323 seconds and 4 git commands to generate.