version: 18.05-rc3
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 23:03:42 +0000 (00:03 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 23:03:42 +0000 (00:03 +0100)
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_eal/common/include/rte_version.h
meson.build

index 9605835..5057d41 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 af134d3..0db242c 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '18.05-rc2',
+       version: '18.05-rc3',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'