diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2017-11-13 06:40:50 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2017-11-13 06:40:50 +0100 |
commit | 4b08726301dcadabb3923602b87932f9c5870664 (patch) | |
tree | 5e6f873dd1658446539f9d4621e2d16f559c867d | |
parent | e1139d7511e650597905152458eaaa881f15c606 (diff) | |
download | dpdk-draft-cli-4b08726301dcadabb3923602b87932f9c5870664.zip dpdk-draft-cli-4b08726301dcadabb3923602b87932f9c5870664.tar.gz dpdk-draft-cli-4b08726301dcadabb3923602b87932f9c5870664.tar.xz |
version: 17.11-rc4
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
-rw-r--r-- | lib/librte_eal/common/include/rte_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index d08cf48..fa01807 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -78,7 +78,7 @@ extern "C" { * 0-15 = release candidates * 16 = release */ -#define RTE_VER_RELEASE 3 +#define RTE_VER_RELEASE 4 /** * Macro to compute a version number usable for comparisons |