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
This commit is contained in:
Bart Van Assche
2011-12-15 10:13:03 +00:00
parent 4d470f0534
commit 3c5d7bab09

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(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"