Change version number from 2.1.0-pre into 2.2.0-pre

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.0.x@3988 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-12-15 10:22:15 +00:00
parent 500d36d1eb
commit b3c1abf165
3 changed files with 3 additions and 3 deletions

View File

@@ -1069,7 +1069,7 @@ struct scst_tgt_template {
/*
* Optional revision to be reported in the SCSI inquiry response. If
* NULL, an SCST device handler specific default value will be used,
* e.g. " 210" for scst_vdisk file I/O.
* e.g. " 220" for scst_vdisk file I/O.
*/
const char *revision;

View File

@@ -75,7 +75,7 @@ static struct scst_trace_log vdisk_local_trace_tbl[] = {
#define SCST_FIO_VENDOR "SCST_FIO"
#define SCST_BIO_VENDOR "SCST_BIO"
/* 4 byte ASCII Product Revision Level - left aligned */
#define SCST_FIO_REV " 210"
#define SCST_FIO_REV " 220"
#define MAX_USN_LEN (20+1) /* For '\0' */

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 " 220"
#define MAX_USN_LEN (20+1) /* For '\0' */