mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 20:21:30 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user