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=52e7e1a18ab088da8b9cc876b0013a85474cfd20;hpb=c9db09ff0eef82cd85a4b5ffe1d7e9efc3907317;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 52e7e1a18a..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 5 +#define RTE_VER_RELEASE 0 /** * Macro to compute a version number usable for comparisons