]> git.droids-corp.org - dpdk.git/commitdiff
version: 18.08-rc3
authorThomas Monjalon <thomas@monjalon.net>
Sun, 5 Aug 2018 23:45:20 +0000 (01:45 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 5 Aug 2018 23:45:20 +0000 (01:45 +0200)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 9f4dd2af67bce43b0b01a264c318cdd86256c7e6..e0994fc3a2129fc2bcd6a63ddd731d669c97b84a 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 2
+#define RTE_VER_RELEASE 3
 
 /**
  * Macro to compute a version number usable for comparisons
index fb0a768ff2479440d5faa6428747943d9cec7fa5..e8feec35d3ef20d685a39f39bbc98574217db2e7 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '18.08-rc2',
+       version: '18.08-rc3',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'