]> git.droids-corp.org - dpdk.git/commitdiff
version: 18.05-rc6
authorThomas Monjalon <thomas@monjalon.net>
Mon, 28 May 2018 01:29:40 +0000 (03:29 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 May 2018 01:29:40 +0000 (03:29 +0200)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 52e7e1a18ab088da8b9cc876b0013a85474cfd20..c1d735204eb5dda6bc7a1f804c81580cf852007b 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 5
+#define RTE_VER_RELEASE 6
 
 /**
  * Macro to compute a version number usable for comparisons
index eeb9c66cb5c88a8c3b78f1375b104156656c666f..29a7257f720c5720c33d38e2578f39a913726c3d 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '18.05-rc5',
+       version: '18.05-rc6',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'