From 65617aa9b846269c075ee18bc577cacd42a31794 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 16 Dec 2009 21:08:53 +0000 Subject: [PATCH] Bumping 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 81104c8f4d..09ec8d9408 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ // $Id$ +Drupal 5.22, xxxx-xx-xx +----------------------- + Drupal 5.21, 2009-12-16 ----------------------- - Fixed a security issue (Cross site scripting), see SA-CORE-2009-009. diff --git a/modules/system/system.module b/modules/system/system.module index 0c14ef7316..ee0dbfbc6d 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.21'); +define('VERSION', '5.22-dev'); /** * Implementation of hook_help(). -- GitLab