From: Intel Date: Mon, 3 Jun 2013 00:00:00 +0000 (+0000) Subject: update version to 1.4.0 X-Git-Tag: spdx-start~11183 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=8b7efc04a0b6c97346b669084943cfe9310e1dcd update version to 1.4.0 Signed-off-by: Intel --- diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 7783693c8c..87eace8de7 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -60,12 +60,12 @@ extern "C" { /** * Minor version number i.e. the y in x.y.z */ -#define RTE_VER_MINOR 3 +#define RTE_VER_MINOR 4 /** * Patch level number i.e. the z in x.y.z */ -#define RTE_VER_PATCH_LEVEL 1 +#define RTE_VER_PATCH_LEVEL 0 /** * Extra string to be appended to version number,