version: 1.8.0-rc3
[dpdk.git] / lib / librte_eal / common / include / rte_version.h
index 9333277..c6f11c1 100644 (file)
@@ -59,7 +59,7 @@ extern "C" {
 /**
  * Minor version number i.e. the y in x.y.z
  */
-#define RTE_VER_MINOR 7
+#define RTE_VER_MINOR 8
 
 /**
  * Patch level number i.e. the z in x.y.z
@@ -76,7 +76,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_PATCH_RELEASE 4
+#define RTE_VER_PATCH_RELEASE 3
 
 /**
  * Macro to compute a version number usable for comparisons