From 4f379de39d80ccb66bc7d310a6ba388ff175242e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Feb 2015 13:57:35 +0000 Subject: [PATCH] Version: Update from 3.0.0 into 3.0.1 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6124 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- usr/fileio/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/fileio/common.h b/usr/fileio/common.h index 4f23fc46d..f8d811596 100644 --- a/usr/fileio/common.h +++ b/usr/fileio/common.h @@ -25,7 +25,7 @@ /* 8 byte ASCII Vendor */ #define VENDOR "SCST_USR" /* 4 byte ASCII Product Revision Level - left aligned */ -#define FIO_REV " 300" +#define FIO_REV " 301" #define MAX_USN_LEN (20+1) /* For '\0' */