summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-10-02 11:36:17 +0000
committerDries Buytaert <dries@buytaert.net>2006-10-02 11:36:17 +0000
commit23d0f350ab94208cb0e5f7a3d03e8d491c28b60d (patch)
tree6abd2367439137664de2ebeebe0bf9cab4883384
parent241cb08d830c94ee2160a09be93eb3ee2391a302 (diff)
downloadbrdo-23d0f350ab94208cb0e5f7a3d03e8d491c28b60d.tar.gz
brdo-23d0f350ab94208cb0e5f7a3d03e8d491c28b60d.tar.bz2
- Patch #86591 by dww: 5.0.0 -> 5.0
-rw-r--r--CHANGELOG.txt2
-rw-r--r--modules/system/system.module2
-rw-r--r--update.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ebd43c6cd..4a33a611f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
// $Id$
-Drupal x.x.x, xxxx-xx-xx (development version)
+Drupal 5.0, xxxx-xx-xx (development version)
------------------------
- completely retooled the administration page
* /admin now contains an administration page which may be themed
diff --git a/modules/system/system.module b/modules/system/system.module
index a73f69e15..61f523bd9 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', '5.0.0 dev');
+define('VERSION', '5.0 dev');
/**
* Implementation of hook_help().
diff --git a/update.php b/update.php
index 457dcc3f7..f43b0048d 100644
--- a/update.php
+++ b/update.php
@@ -681,7 +681,7 @@ function update_convert_table_utf8($table) {
/**
* Create tables for the split cache.
*
- * This is part of the Drupal 4.7 to 5.0 migration.
+ * This is part of the Drupal 4.7.x to 5.x migration.
*/
function update_create_cache_tables() {