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
This commit is contained in:
Vladislav Bolkhovitin
2009-04-01 11:10:05 +00:00
parent ac513cccb6
commit 52c9e6e356
+1 -1
View File
@@ -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