From 08d5d09e019fc018dda3c9c98e006be0de0f7db9 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 7 Aug 2013 22:08:24 -0400 Subject: Back to 7.x-dev --- CHANGELOG.txt | 3 +++ includes/bootstrap.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 464f5efb9..e8a844ace 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ +Drupal 7.24, xxxx-xx-xx (development version) +----------------------- + Drupal 7.23, 2013-08-07 ----------------------- - Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index d27f8d14f..4bed48666 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.23'); +define('VERSION', '7.24-dev'); /** * Core API compatibility. -- cgit v1.2.3