version: 19.02-rc3
authorThomas Monjalon <thomas@monjalon.net>
Sun, 20 Jan 2019 21:39:20 +0000 (22:39 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 20 Jan 2019 21:39:20 +0000 (22:39 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 317bb4a..dfaa08b 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 dac8d20..fcc30ab 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '19.02.0-rc2',
+       version: '19.02.0-rc3',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'