Mercurial > defr > drupal > core
comparison modules/system/system.module @ 13:8b6c45761e01 6.6
Drupal 6.6
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:33 +0100 |
parents | 589fb7c02327 |
children | 4347c45bb494 |
comparison
equal
deleted
inserted
replaced
12:4ca9f57cc4d4 | 13:8b6c45761e01 |
---|---|
1 <?php | 1 <?php |
2 // $Id: system.module,v 1.585.2.20 2008/10/08 20:12:18 goba Exp $ | 2 // $Id: system.module,v 1.585.2.22 2008/10/22 19:26:02 goba Exp $ |
3 | 3 |
4 /** | 4 /** |
5 * @file | 5 * @file |
6 * Configuration system that lets administrators modify the workings of the site. | 6 * Configuration system that lets administrators modify the workings of the site. |
7 */ | 7 */ |
8 | 8 |
9 /** | 9 /** |
10 * The current system version. | 10 * The current system version. |
11 */ | 11 */ |
12 define('VERSION', '6.5'); | 12 define('VERSION', '6.6'); |
13 | 13 |
14 /** | 14 /** |
15 * Core API compatibility. | 15 * Core API compatibility. |
16 */ | 16 */ |
17 define('DRUPAL_CORE_COMPATIBILITY', '6.x'); | 17 define('DRUPAL_CORE_COMPATIBILITY', '6.x'); |