From 23d0f350ab94208cb0e5f7a3d03e8d491c28b60d Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 2 Oct 2006 11:36:17 +0000
Subject: [PATCH] - Patch #86591 by dww: 5.0.0 -> 5.0

---
 CHANGELOG.txt                | 2 +-
 modules/system/system.module | 2 +-
 update.php                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ebd43c6cd340..4a33a611f6de 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 a73f69e15778..61f523bd95c0 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 457dcc3f7326..f43b0048da17 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() {
 
-- 
GitLab