svn path=/Database/trunk/; revision=10504
This commit is contained in:
Peter Feij
2010-11-11 17:00:22 +00:00
parent 4d9ce9ddeb
commit dc44e50dca

View File

@@ -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;~/