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