]> git.droids-corp.org - dpdk.git/commitdiff
version: 18.11-rc5
authorThomas Monjalon <thomas@monjalon.net>
Sun, 25 Nov 2018 20:19:19 +0000 (21:19 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 25 Nov 2018 20:19:19 +0000 (21:19 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 45b8943047864045d1813a7be45dc4268a21b28e..4cbff4f342808cbe11e0311bd2e6f901f6c9381a 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 4
+#define RTE_VER_RELEASE 5
 
 /**
  * Macro to compute a version number usable for comparisons
index 1547e9187082aafc606f51bdf00f22651652c6e1..3a49f405a8959ab9d2b8a59bf3c04e5f332f4b81 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '18.11.0-rc4',
+       version: '18.11.0-rc5',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'