From d39335c5b2563c22ebad56fcd7f81eeaf5d7248b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Feb 2015 13:17: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@6119 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 0cd0a0aff..f411ba1ef 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -42,7 +42,7 @@ * and FIO_REV in usr/fileio/common.h as well. */ #define SCST_VERSION(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + d) -#define SCST_VERSION_CODE SCST_VERSION(3, 0, 0, 0) +#define SCST_VERSION_CODE SCST_VERSION(3, 0, 1, 0) #ifdef CONFIG_SCST_PROC #define SCST_VERSION_STRING_SUFFIX "-procfs" #else