version: 18.08-rc1
authorThomas Monjalon <thomas@monjalon.net>
Sun, 15 Jul 2018 23:17:18 +0000 (01:17 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 15 Jul 2018 23:17:18 +0000 (01:17 +0200)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 8eb58c4..ee6571d 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 0
+#define RTE_VER_RELEASE 1
 
 /**
  * Macro to compute a version number usable for comparisons
index a1c9127..82b0542 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '18.08-rc0',
+       version: '18.08-rc1',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'