X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_version.h;h=d08cf48af529c5880f68ae8dcfe12cb1bd3f89da;hp=6837779fd14ca9ae3ed21c35bf54723974affe00;hb=c05cb4f939082fd7b4892c03372d27e870a0f426;hpb=fed622dfd90ffc754808ecb464d7e62e77f0da58 diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 6837779fd1..d08cf48af5 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -56,7 +56,7 @@ 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 @@ -78,7 +78,7 @@ extern "C" { * 0-15 = release candidates * 16 = release */ -#define RTE_VER_RELEASE 1 +#define RTE_VER_RELEASE 3 /** * Macro to compute a version number usable for comparisons