X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_version.h;h=317bb4a481d55c9c1d54e8801935deffbe708740;hb=6406d70561e44474b27646f74b3863929019b1f1;hp=e0994fc3a2129fc2bcd6a63ddd731d669c97b84a;hpb=686a41ac97c20aad4a9901f567e7a68db163f3d7;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index e0994fc3a2..317bb4a481 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -27,12 +27,12 @@ extern "C" { /** * Major version/year number i.e. the yy in yy.mm.z */ -#define RTE_VER_YEAR 18 +#define RTE_VER_YEAR 19 /** * Minor version/month number i.e. the mm in yy.mm.z */ -#define RTE_VER_MONTH 8 +#define RTE_VER_MONTH 2 /** * 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 3 +#define RTE_VER_RELEASE 2 /** * Macro to compute a version number usable for comparisons