]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_version.h
eal: clean up interrupt handle
[dpdk.git] / lib / librte_eal / common / include / rte_version.h
index 779f17fbde3be605d0526f1bfbfc31b3e9e357bb..c84c7485d86cb2e6b0c9f5867336ba46ece903d5 100644 (file)
@@ -45,6 +45,7 @@ extern "C" {
 
 #include <stdint.h>
 #include <string.h>
+#include <stdio.h>
 #include <rte_common.h>
 
 /**
@@ -55,12 +56,12 @@ 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
  */
-#define RTE_VER_MONTH 4
+#define RTE_VER_MONTH 5
 
 /**
  * Patch level number i.e. the z in yy.mm.z