Version changed to 3.0

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3392 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-04-16 16:18:48 +00:00
parent 31a2c05140
commit 8560366536
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
User space FILEIO handler
=========================
Version 2.1.0, XX XXXXX 2010
Version 3.0.0, XX XXXXX 2011
----------------------------
User space program fileio_tgt uses interface of SCST's scst_user dev
+1 -1
View File
@@ -25,7 +25,7 @@
/* 8 byte ASCII Vendor */
#define VENDOR "SCST_USR"
/* 4 byte ASCII Product Revision Level - left aligned */
#define FIO_REV " 210"
#define FIO_REV " 300"
#define MAX_USN_LEN (20+1) /* For '\0' */
+1 -1
View File
@@ -67,7 +67,7 @@ unsigned long trace_flag = DEFAULT_LOG_FLAGS;
#endif /* defined(DEBUG) || defined(TRACING) */
#define DEF_BLOCK_SHIFT 9
#define VERSION_STR "2.1.0-pre1"
#define VERSION_STR "3.0.0-pre1"
#define THREADS 7
#define MAX_VDEVS 10