]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_version.h
malloc: allow detaching from external memory
[dpdk.git] / lib / librte_eal / common / include / rte_version.h
index c1d735204eb5dda6bc7a1f804c81580cf852007b..8399ebdfe7cb7944e8a3f087de1b260a3f17e5e1 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /**
  * Minor version/month number i.e. the mm in yy.mm.z
  */
-#define RTE_VER_MONTH 05
+#define RTE_VER_MONTH 11
 
 /**
  * Patch level number i.e. the z in yy.mm.z
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 6
+#define RTE_VER_RELEASE 0
 
 /**
  * Macro to compute a version number usable for comparisons