scst, scstadmin, ...: Bump the version number to 3.5.0-pre

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8683 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-12-06 05:28:56 +00:00
parent d39337637c
commit ecaab978f0
16 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
User space FILEIO handler
=========================
Version 3.4.0, 03 December 2019
Version 3.5.0-pre, 05 December 2019
----------------------------
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 "340 "
#define FIO_REV "350 "
#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.4.0"
#define VERSION_STR "3.5.0-pre"
#endif /* __VERSION_H */