version: 19.02-rc4
authorThomas Monjalon <thomas@monjalon.net>
Mon, 28 Jan 2019 01:36:47 +0000 (02:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 Jan 2019 01:53:53 +0000 (02:53 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index dfaa08b..8e7f392 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 3
+#define RTE_VER_RELEASE 4
 
 /**
  * Macro to compute a version number usable for comparisons
index 68429f8..5f7a319 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '19.02.0-rc3',
+       version: '19.02.0-rc4',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'