Version corrected

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3208 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-01-12 13:16:51 +00:00
parent 7e98e5c62f
commit 72f11e6afb

View File

@@ -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(1, 0, 2, 0)
#define Q2T_VERSION_CODE Q2T_VERSION(2, 1, 0, 0)
#define Q2T_VERSION_STRING "2.1.0-pre1"
#define Q2T_PROC_VERSION_NAME "version"