From 94c8cf583d3c4c9785621c2237d24677703bc8b0 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Thu, 7 May 2015 00:15:00 -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 dbe104f9e..8548c8179 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ +Drupal 7.38, xxxx-xx-xx (development version) +----------------------- + Drupal 7.37, 2015-05-07 ----------------------- - Fixed a regression in Drupal 7.36 which caused certain kinds of content types diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index b572cde92..847bfc3a2 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.37'); +define('VERSION', '7.38-dev'); /** * Core API compatibility. -- cgit v1.2.3