version: 18.10 pre

Change-Id: I2d86f5aa440d971e4852d8b175abca830f42867b
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/421165
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
Ben Walker 2018-08-02 10:32:39 -07:00 committed by Changpeng Liu
parent 716ad0e389
commit 5a27b6b442
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Changelog # Changelog
## v18.10: (Upcoming Release)
## v18.07: ## v18.07:
### bdev ### bdev

View File

@ -46,7 +46,7 @@
/** /**
* Minor version number (month of original release). * Minor version number (month of original release).
*/ */
#define SPDK_VERSION_MINOR 7 #define SPDK_VERSION_MINOR 10
/** /**
* Patch level. * Patch level.
@ -59,7 +59,7 @@
/** /**
* Version string suffix. * Version string suffix.
*/ */
#define SPDK_VERSION_SUFFIX "" #define SPDK_VERSION_SUFFIX "-pre"
/** /**
* Single numeric value representing a version number for compile-time comparisons. * Single numeric value representing a version number for compile-time comparisons.