]> git.droids-corp.org - dpdk.git/commitdiff
version: 19.02-rc2
authorThomas Monjalon <thomas@monjalon.net>
Tue, 15 Jan 2019 02:08:43 +0000 (03:08 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 15 Jan 2019 02:08:43 +0000 (03:08 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 093a7a32b375171fa0d6bd9c501660174d1fe54a..317bb4a481d55c9c1d54e8801935deffbe708740 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 617e885897f6d4b8d071bb56ab1d9b8ef07909ef..dac8d20bb2b8ec85ca980f217e9ac2ba273532b0 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '19.02.0-rc1',
+       version: '19.02.0-rc2',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'