Mercurial > defr > drupal > core
comparison modules/system/system.module @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | 8b6c45761e01 |
children | 8e6257f3ae39 |
comparison
equal
deleted
inserted
replaced
14:626fcabfa4b8 | 15:4347c45bb494 |
---|---|
1 <?php | 1 <?php |
2 // $Id: system.module,v 1.585.2.22 2008/10/22 19:26:02 goba Exp $ | 2 // $Id: system.module,v 1.585.2.24 2008/12/10 22:30:14 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.6'); | 12 define('VERSION', '6.7'); |
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'); |