DB8
svn path=/Database/trunk/; revision=10504
This commit is contained in:
11
COMSQL.H
11
COMSQL.H
@@ -2,8 +2,8 @@
|
||||
#define _COMSQL_H
|
||||
/*
|
||||
* COMSQL.H
|
||||
* $Revision: 112 $
|
||||
* $Modtime: 22-09-10 20:38 $
|
||||
* $Revision: 113 $
|
||||
* $Modtime: 4-10-10 14:02 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -16,13 +16,12 @@
|
||||
#define EVALCONCAT(a, b) _EVALCONCAT(a, b)
|
||||
|
||||
/* The database schema version; must increase with every release */
|
||||
#define _DBVERSION 7
|
||||
#define _DBVERSION 8
|
||||
/* The minimum required software version */
|
||||
#define _VERSIONMAJ 5
|
||||
#define _VERSIONMIN 0
|
||||
#define _VERSIONPATCH STRINGIZE(9)
|
||||
#define _VERSIONCODE 500
|
||||
#define _VERSION '5.00.9'
|
||||
#define _VERSIONPATCH STRINGIZE(10)
|
||||
#define _VERSION '5.0.10'
|
||||
|
||||
#define REGISTERONCE(f, r) \
|
||||
BEGIN adm.systrackscript(f, r, 1); END;~/
|
||||
|
||||
Reference in New Issue
Block a user