Fix: timestamp_end field should include all events within sub-buffer
[lttng-ust.git] / include / lttng / ust-abi.h
index 4976b1bf61ce4786c1288933e29f0f4dcb6fb315..80c16d912924ea500919d97c30e5c191c0b74611 100644 (file)
@@ -42,8 +42,8 @@
 #define LTTNG_UST_COMM_MAGIC                   0xC57C57C5
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
-#define LTTNG_UST_ABI_MAJOR_VERSION            7
-#define LTTNG_UST_ABI_MINOR_VERSION            2
+#define LTTNG_UST_ABI_MAJOR_VERSION            8
+#define LTTNG_UST_ABI_MINOR_VERSION            0
 
 enum lttng_ust_instrumentation {
        LTTNG_UST_TRACEPOINT            = 0,
This page took 0.024065 seconds and 4 git commands to generate.