Changeset 1737 for trunk/htdocs/system/classes/version.php
- Timestamp:
- 05/17/08 02:05:31 (7 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/version.php
r1734 r1737 12 12 // DB and API versions are aligned with the SVN revision 13 13 // number in which they last changed. 14 const DB_VERSION = 15 35;14 const DB_VERSION = 1540; 15 15 const API_VERSION = 1366; 16 16
