diff options
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | modules/system/system.module | 2 | ||||
-rw-r--r-- | update.php | 2 |
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() { |