Version number increased

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@729 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-04-01 11:09:44 +00:00
parent 92f2da2e57
commit 4bc15527d2
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
/* 8 byte ASCII Vendor */
#define VENDOR "SCST_USR"
/* 4 byte ASCII Product Revision Level - left aligned */
#define FIO_REV " 101"
#define FIO_REV " 102"
#define MAX_USN_LEN (20+1) /* For '\0' */
+1 -1
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 "1.0.1"
#define VERSION_STR "1.0.2"
#define THREADS 7
struct vdisk_dev dev;