Index: CHANGELOG.txt =================================================================== RCS file: /cvs/drupal/drupal/CHANGELOG.txt,v retrieving revision 1.164 diff -u -F^f -r1.164 CHANGELOG.txt --- CHANGELOG.txt 12 Sep 2006 20:35:17 -0000 1.164 +++ CHANGELOG.txt 29 Sep 2006 03:42:40 -0000 @@ -1,6 +1,6 @@ // $Id: CHANGELOG.txt,v 1.164 2006/09/12 20:35:17 unconed Exp $ -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 Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal/drupal/INSTALL.txt,v retrieving revision 1.36 diff -u -F^f -r1.36 INSTALL.txt --- INSTALL.txt 8 Sep 2006 16:29:35 -0000 1.36 +++ INSTALL.txt 29 Sep 2006 03:42:40 -0000 @@ -15,7 +15,7 @@ CHANGES ------- -As of Drupal 5.0 installation has been automated by an install script. It is no +As of Drupal 5.x installation has been automated by an install script. It is no longer necessary to manually edit the "settings.php" file, and database tables are created automatically. Index: update.php =================================================================== RCS file: /cvs/drupal/drupal/update.php,v retrieving revision 1.204 diff -u -F^f -r1.204 update.php --- update.php 8 Sep 2006 23:05:22 -0000 1.204 +++ update.php 29 Sep 2006 03:42:41 -0000 @@ -681,7 +681,7 @@ function update_convert_table_utf8($tabl /** * 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() { Index: modules/system/system.module =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.module,v retrieving revision 1.370 diff -u -F^f -r1.370 system.module --- modules/system/system.module 17 Sep 2006 19:14:16 -0000 1.370 +++ modules/system/system.module 29 Sep 2006 03:42:42 -0000 @@ -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().