From 9c5a06904bed06012f376ee568b080ec0278fe95 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Thu, 26 Jul 2007 21:20:21 +0000 Subject: [PATCH] Bumping the development version number. --- CHANGELOG.txt | 3 +++ modules/system/system.module | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 84f108b9243..5a9977eaff4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ // $Id$ +Drupal 5.3, xxxx-xx-xx +---------------------- + Drupal 5.2, 2007-07-26 ---------------------- - changed hook_link() $teaser argument to match documentation. diff --git a/modules/system/system.module b/modules/system/system.module index 6c212088167..c0f9fe0dbc6 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.2'); +define('VERSION', '5.3 dev'); /** * Implementation of hook_help().