comparison modules/system/system.module @ 3:165d43f946a8 6.1

Drupal 6.1
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:29:21 +0100
parents c1f4ac30525a
children 2427550111ae
comparison
equal deleted inserted replaced
2:85b5b336180c 3:165d43f946a8
1 <?php 1 <?php
2 // $Id: system.module,v 1.585.2.6 2008/02/13 14:25:42 goba Exp $ 2 // $Id: system.module,v 1.585.2.8 2008/02/27 19:44:44 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.0'); 12 define('VERSION', '6.1');
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');