version: 17.11-rc3
[dpdk.git] / lib / librte_eal / common / include / rte_version.h
index 844e40c..d08cf48 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
 /**
  * Major version/year number i.e. the yy in yy.mm.z
  */
-#define RTE_VER_YEAR 16
+#define RTE_VER_YEAR 17
 
 /**
  * Minor version/month number i.e. the mm in yy.mm.z
@@ -78,7 +78,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 0
+#define RTE_VER_RELEASE 3
 
 /**
  * Macro to compute a version number usable for comparisons