X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_version.h;h=8399ebdfe7cb7944e8a3f087de1b260a3f17e5e1;hb=c842d1c3b0df74066c951464f6ba2d67205d918b;hp=9f4dd2af67bce43b0b01a264c318cdd86256c7e6;hpb=23888166d99682b1491a917277e4ff0ff01639b2;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 9f4dd2af67..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 8 +#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