Changeset 76
- Timestamp:
- 11/20/06 22:33:52 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/globals.php
- Property svn:keywords set to Rev
r46 r76 1 1 <?php 2 // current subversion revision: 3 preg_match('/\$Revision$match); 4 define('SVN_REV', $match[1]); 5 2 6 // current version: major.minor.sub 3 7 // unpair numbers for minor = development version 4 define('KB_VERSION', '1.1. 44');8 define('KB_VERSION', '1.1.'.SVN_REV); 5 9 6 10 // set the running-server for id-syncs here