From 52c9e6e3563341339f555d13ad9251a1afbbeff1 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 1 Apr 2009 11:10:05 +0000 Subject: [PATCH] Fixed typo in Q2T_VERSION_CODE git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/1.0.1.x@730 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 a8047364a..384cf8185 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -30,7 +30,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(1, 0, 0, 0) +#define Q2T_VERSION_CODE Q2T_VERSION(1, 0, 1, 0) #define Q2T_VERSION_STRING "1.0.1" #define Q2T_MAX_CDB_LEN 16