Version changed to 3.1.1

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.1.x@6788 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2016-01-22 04:20:31 +00:00
parent 8c3b87ea7f
commit 3f7401425c
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
User space FILEIO handler
=========================
Version 3.1.0, 17 December 2015
Version 3.1.1, XX XXXXX 2016
----------------------------
User space program fileio_tgt uses interface of SCST's scst_user dev
+1 -1
View File
@@ -30,7 +30,7 @@
/* 8 byte ASCII Vendor */
#define VENDOR "SCST_USR"
/* 4 byte ASCII Product Revision Level - left aligned */
#define FIO_REV " 310"
#define FIO_REV " 311"
#define MAX_USN_LEN (20+1) /* For '\0' */
+1 -1
View File
@@ -19,6 +19,6 @@
#ifndef __VERSION_H
#define __VERSION_H
#define VERSION_STR "3.1.0-rc1"
#define VERSION_STR "3.1.1"
#endif /* __VERSION_H */