X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_version.h;h=a7eed7ab72c9382120adf064ed476be33c324955;hb=cae0d722d6b8546e185399a5be0430eedd091f93;hp=bd20dc63628532e9cd57a66ba99cd4173d8fbe9b;hpb=bf375b4d51170cd58ca50c646781cb6de17766ea;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index bd20dc6362..a7eed7ab72 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 02 +#define RTE_VER_MONTH 5 /** * 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