comparison modules/system/system.module @ 17:8e6257f3ae39 6.8

Drupal 6.8
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:32:55 +0100
parents 4347c45bb494
children 3edae6ecd6c6
comparison
equal deleted inserted replaced
16:8f09b8a89d76 17:8e6257f3ae39
1 <?php 1 <?php
2 // $Id: system.module,v 1.585.2.24 2008/12/10 22:30:14 goba Exp $ 2 // $Id: system.module,v 1.585.2.26 2008/12/11 17:39:42 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.7'); 12 define('VERSION', '6.8');
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');