Update Version to 2.0.0-rc1
[lttng-modules.git] / lttng-tracer.h
index 571a715e955eef4eacc67a4a4deb1ef45586a62f..cafd8d24448394442f20f523a4c43cbb5d079f63 100644 (file)
@@ -25,9 +25,9 @@
 #include "lttng-tracer-core.h"
 #include "lttng-events.h"
 
-#define LTTNG_VERSION 0
-#define LTTNG_PATCHLEVEL 9
-#define LTTNG_SUBLEVEL 1
+#define LTTNG_MODULES_MAJOR_VERSION 2
+#define LTTNG_MODULES_MINOR_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
 #define CTF_SPEC_MAJOR                 1
 #define CTF_SPEC_MINOR                 8
 
-/* Tracer major/minor versions */
-#define CTF_VERSION_MAJOR              0
-#define CTF_VERSION_MINOR              1
-
 /*
  * Number of milliseconds to retry before failing metadata writes on buffer full
  * condition. (10 seconds)
This page took 0.026256 seconds and 4 git commands to generate.