summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-09-14 20:08:59 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-09-14 20:08:59 +0000
commit86a6cd4ef3c80c882c3f279f0823327e5da8b03c (patch)
tree8446cba10a2b854c5e0f2e0265fee0a1a1fb2696 /modules/system/system.module
parent23778cc0c0107699a4b93584dd9e7d03bc42d5d0 (diff)
downloadbrdo-86a6cd4ef3c80c882c3f279f0823327e5da8b03c.tar.gz
brdo-86a6cd4ef3c80c882c3f279f0823327e5da8b03c.tar.bz2
Marking code as beta 1 in preparation of the first beta release of Drupal 6, also add back E_NOTICE removal for the release.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 369de9289..cb0da0a74 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -6,7 +6,7 @@
* Configuration system that lets administrators modify the workings of the site.
*/
-define('VERSION', '6.0-dev');
+define('VERSION', '6.0-beta1');
define('DRUPAL_CORE_COMPATIBILITY', '6.x');
define('DRUPAL_MINIMUM_PHP', '4.3.3');