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