From 3c5d7bab09b9c288903f83e96849192acbb9504b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 15 Dec 2011 10:13:03 +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@3986 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index a15355a99..908de2239 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -31,7 +31,7 @@ /* Version numbers, the same as for the kernel */ #define Q2T_VERSION(a, b, c, d) (((a) << 030) + ((b) << 020) + (c) << 010 + (d)) -#define Q2T_VERSION_CODE Q2T_VERSION(2, 1, 0, 0) +#define Q2T_VERSION_CODE Q2T_VERSION(2, 2, 0, 0) #define Q2T_VERSION_STRING "2.2.0-pre" #define Q2T_PROC_VERSION_NAME "version"