X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_version.h;h=adee8bbc6b297cf0589528790a149ec2b77c86d6;hb=224374cc0e3ca44af5141fb7035a97f338d00c18;hp=76bfe60135d907a508feffb5344b88813665a79a;hpb=5b243cbab26652027c3848e35fe595025f3622ea;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 76bfe60135..adee8bbc6b 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -56,12 +56,12 @@ extern "C" { /** * Major version/year number i.e. the yy in yy.mm.z */ -#define RTE_VER_YEAR 17 +#define RTE_VER_YEAR 18 /** * Minor version/month number i.e. the mm in yy.mm.z */ -#define RTE_VER_MONTH 2 +#define RTE_VER_MONTH 02 /** * Patch level number i.e. the z in yy.mm.z @@ -78,7 +78,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