version: 18.11-rc2
authorThomas Monjalon <thomas@monjalon.net>
Tue, 6 Nov 2018 02:27:49 +0000 (03:27 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 6 Nov 2018 02:27:49 +0000 (03:27 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 412ed2d..80c516d 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 1
+#define RTE_VER_RELEASE 2
 
 /**
  * Macro to compute a version number usable for comparisons
index 9f62697..6d25b90 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '18.11.0-rc1',
+       version: '18.11.0-rc2',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'