mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-25 01:14:24 +00:00
Boost version numbers
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6143 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
User space FILEIO handler
|
||||
=========================
|
||||
|
||||
Version 3.0.1, 23 February 2015
|
||||
Version 3.0.2, XXX 2015
|
||||
-------------------------------
|
||||
|
||||
User space program fileio_tgt uses interface of SCST's scst_user dev
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
/* 8 byte ASCII Vendor */
|
||||
#define VENDOR "SCST_USR"
|
||||
/* 4 byte ASCII Product Revision Level - left aligned */
|
||||
#define FIO_REV " 301"
|
||||
#define FIO_REV " 302"
|
||||
|
||||
#define MAX_USN_LEN (20+1) /* For '\0' */
|
||||
|
||||
|
||||
+1
-1
@@ -66,7 +66,7 @@ unsigned long trace_flag = DEFAULT_LOG_FLAGS;
|
||||
#endif /* defined(DEBUG) || defined(TRACING) */
|
||||
|
||||
#define DEF_BLOCK_SHIFT 9
|
||||
#define VERSION_STR "3.0.1"
|
||||
#define VERSION_STR "3.0.2"
|
||||
#define THREADS 7
|
||||
|
||||
#define MAX_VDEVS 10
|
||||
|
||||
Reference in New Issue
Block a user