From 65617aa9b846269c075ee18bc577cacd42a31794 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
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 81104c8f4d08..09ec8d9408e3 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 0c14ef7316f2..ee0dbfbc6d3d 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