From c05c06e25c7617d7ced152a00bb11c21df567940 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 25 Feb 2009 23:27:32 +0000 Subject: [PATCH] Bumping verison 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 f5d6683ea1..d727bdc27b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ // $Id$ +Drupal 5.17, xxxx-xx-xx (development version) +----------------------- + Drupal 5.16, 2009-02-25 ----------------------- - Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004. diff --git a/modules/system/system.module b/modules/system/system.module index eff46c6c50..607247e0b9 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.16'); +define('VERSION', '5.17-dev'); /** * Implementation of hook_help(). -- GitLab