]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_version.h
version: 2.2.0-rc2
[dpdk.git] / lib / librte_eal / common / include / rte_version.h
index 59de43578f320600e249ed59449eded3c17b5f85..051cf3806f8ff7a1e2771660f677c167e752b94b 100644 (file)
@@ -44,6 +44,7 @@ extern "C" {
 #endif
 
 #include <stdint.h>
+#include <string.h>
 #include <rte_common.h>
 
 /**
@@ -54,12 +55,12 @@ extern "C" {
 /**
  * Major version number i.e. the x in x.y.z
  */
-#define RTE_VER_MAJOR 1
+#define RTE_VER_MAJOR 2
 
 /**
  * Minor version number i.e. the y in x.y.z
  */
-#define RTE_VER_MINOR 8
+#define RTE_VER_MINOR 2
 
 /**
  * Patch level number i.e. the z in x.y.z
@@ -76,7 +77,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_PATCH_RELEASE 6
+#define RTE_VER_PATCH_RELEASE 2
 
 /**
  * Macro to compute a version number usable for comparisons