mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
SCST_VERSION_CODE changed to 3.3
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7228 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
* and FIO_REV in usr/fileio/common.h as well.
|
||||
*/
|
||||
#define SCST_VERSION(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + d)
|
||||
#define SCST_VERSION_CODE SCST_VERSION(3, 1, 0, 0)
|
||||
#define SCST_VERSION_CODE SCST_VERSION(3, 3, 0, 0)
|
||||
#ifdef CONFIG_SCST_PROC
|
||||
#define SCST_VERSION_STRING_SUFFIX "-procfs"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user