Changeset 3474:c279181d40e0
- Timestamp:
- 12/28/16 14:16:30 (9 years ago)
- Branch:
- 2.11
- Tags:
- 2.11.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3469 r3474 1 Dotclear 2.11.1 - 2016-12-28 2 =========================================================== 3 * Fix: admin menu not visible and some plugin admin not accessible with PHP < 5.5 4 1 5 Dotclear 2.11 - 2016-12-28 2 6 =========================================================== -
inc/prepend.php
r3470 r3474 144 144 # Constants 145 145 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 146 define('DC_VERSION','2.11 ');146 define('DC_VERSION','2.11.1'); 147 147 define('DC_DIGESTS',dirname(__FILE__).'/digests'); 148 148 define('DC_L10N_ROOT',dirname(__FILE__).'/../locales');
Note: See TracChangeset
for help on using the changeset viewer.