Changeset 2610:a9bc70b5a85d for inc/prepend.php
- Timestamp:
- 12/10/13 12:26:54 (12 years ago)
- Branch:
- default
- Parents:
- 2608:3365c9df16a6 (diff), 2594:e10cf5fd3749 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/prepend.php
r2591 r2610 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 13 /* Start tick */ 14 define('DC_START_TIME',microtime(true)); 12 15 13 16 /* ------------------------------------------------------------------------------------------- */ … … 135 138 # Constants 136 139 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 137 define('DC_VERSION','2. 6.2');140 define('DC_VERSION','2.7-dev'); 138 141 define('DC_DIGESTS',dirname(__FILE__).'/digests'); 139 142 define('DC_L10N_ROOT',dirname(__FILE__).'/../locales'); … … 141 144 define('DC_DISTRIB_PLUGINS','aboutConfig,akismet,antispam,attachments,blogroll,blowupConfig,dclegacy,fairTrackbacks,importExport,maintenance,pages,pings,simpleMenu,tags,themeEditor,userPref,widgets'); 142 145 define('DC_DISTRIB_THEMES','blueSilence,blowupConfig,customCSS,default,ductile'); 146 define('DC_DEFAULT_TPLSET','mustek'); 143 147 144 148 if (!defined('DC_VENDOR_NAME')) {
Note: See TracChangeset
for help on using the changeset viewer.