aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/rte_version.h
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-07-29 08:45:28 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-07-29 08:47:57 +0200
commit41e049c72b8e25628e315634c8ee3cc380306eb9 (patch)
treecc299d14376c17345338883f02e08149407b7b17 /lib/librte_eal/common/include/rte_version.h
parent5200906dd905c11c7fbd0b905fc82d843ff87a17 (diff)
Imported Upstream version 16.07
Change-Id: I73f4ef6ae63fc904ba82b09d5510a8712e72dad1 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'lib/librte_eal/common/include/rte_version.h')
-rw-r--r--lib/librte_eal/common/include/rte_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index 1e147617..615deb7f 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -70,14 +70,14 @@ extern "C" {
/**
* Extra string to be appended to version number
*/
-#define RTE_VER_SUFFIX "-rc"
+#define RTE_VER_SUFFIX ""
/**
* Patch release number
* 0-15 = release candidates
* 16 = release
*/
-#define RTE_VER_RELEASE 5
+#define RTE_VER_RELEASE 16
/**
* Macro to compute a version number usable for comparisons