From 500d36d1ebf151d1fb5d9e962f0fa97a90a3d81c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 15 Dec 2011 10:18:53 +0000 Subject: [PATCH] Change version number from 2.1.0-pre into 2.2.0-pre git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.0.x@3987 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 a206eac8a..70edb07cd 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -38,7 +38,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(2, 1, 0, 0) +#define SCST_VERSION_CODE SCST_VERSION(2, 2, 0, 0) #ifdef CONFIG_SCST_PROC #define SCST_VERSION_STRING_SUFFIX "-procfs" #else