Forgotten versions updated

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5597 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2014-06-13 05:03:17 +00:00
parent ca9b38693b
commit 523fe73096
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
iSCSI SCST target driver
========================
Version 3.0.0, XX XXXXX 2014
Version 3.1.0, XX XXXXX 2014
----------------------------
ISCSI-SCST is a deeply reworked fork of iSCSI Enterprise Target (IET)

View File

@@ -1,7 +1,7 @@
Target driver for QLogic 22xx/23xx/24xx/25xx Fibre Channel cards
================================================================
Version 3.0.0, XX XXXXX 2014
Version 3.1.0, XX XXXXX 2014
----------------------------
This driver consists from two parts: the target mode driver itself and

View File

@@ -1,7 +1,7 @@
Generic SCSI target mid-level for Linux (SCST)
==============================================
Version 3.0.0, XX XXXXX 2014
Version 3.1.0, XX XXXXX 2014
----------------------------
SCST is designed to provide unified, consistent interface between SCSI

View File

@@ -88,7 +88,7 @@ static unsigned long scst_local_trace_flag = SCST_LOCAL_DEFAULT_LOG_FLAGS;
#define scsi_bufflen(cmd) ((cmd)->request_bufflen)
#endif
#define SCST_LOCAL_VERSION "3.0"
#define SCST_LOCAL_VERSION "3.1"
static const char *scst_local_version_date = "20110901";
/* Some statistics */

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl
$Version = 'SCST Configurator v3.0.0-pre2';
$Version = 'SCST Configurator v3.1.0-pre1';
# Configures SCST
#

View File

@@ -1,7 +1,7 @@
User space FILEIO handler
=========================
Version 3.0.0, XX XXXXX 2014
Version 3.1.0, XX XXXXX 2014
----------------------------
User space program fileio_tgt uses interface of SCST's scst_user dev

View File

@@ -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.0-pre2"
#define VERSION_STR "3.1.0-pre1"
#define THREADS 7
#define MAX_VDEVS 10