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
This commit is contained in:
Bart Van Assche
2011-12-15 10:18:53 +00:00
parent 3c5d7bab09
commit 500d36d1eb

View File

@@ -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