]> git.droids-corp.org - dpdk.git/commitdiff
version: 18.11-rc1
authorThomas Monjalon <thomas@monjalon.net>
Mon, 29 Oct 2018 03:08:26 +0000 (04:08 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Oct 2018 03:08:26 +0000 (04:08 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_version.h
meson.build

index 8399ebdfe7cb7944e8a3f087de1b260a3f17e5e1..412ed2db8ae43252ff7e2b8f4c630a0e6115b718 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 0
+#define RTE_VER_RELEASE 1
 
 /**
  * Macro to compute a version number usable for comparisons
index d64eca545b9a0dd7f4a10dd72c12febc335530b5..9f626972dbb27bf9dbbc630ec6c67f0636386914 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-       version: '18.11.0-rc0',
+       version: '18.11.0-rc1',
        license: 'BSD',
        default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'