X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_version.h;h=8399ebdfe7cb7944e8a3f087de1b260a3f17e5e1;hb=c842d1c3b0df74066c951464f6ba2d67205d918b;hp=9605835d1d8c8d767d2966d0f5236a77caf40bad;hpb=7baac775945ce26f4740158656965f095dc4dbda;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 9605835d1d..8399ebdfe7 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -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 2 +#define RTE_VER_RELEASE 0 /** * Macro to compute a version number usable for comparisons