Bump the version number to 3.5.0

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9231 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-12-22 03:38:21 +00:00
parent e3c8aedb2c
commit d3c92ea7aa
14 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Generic SCSI target mid-level for Linux (SCST)
==============================================
Version 3.5.0-pre, 05 December 2019
Version 3.5.0, 21 December 2020
----------------------------
SCST is designed to provide unified, consistent interface between SCSI
+1 -1
View File
@@ -46,7 +46,7 @@
#define SCST_VERSION(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + d)
#define SCST_VERSION_CODE SCST_VERSION(3, 4, 0, 0)
#define SCST_VERSION_STRING_SUFFIX
#define SCST_VERSION_NAME "3.5.0-pre"
#define SCST_VERSION_NAME "3.5.0"
#define SCST_VERSION_STRING SCST_VERSION_NAME SCST_VERSION_STRING_SUFFIX
#define SCST_CONST_VERSION SCST_CONST_INTF_VER