mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-03 22:57:13 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user