From 18c5da5028b7c3ba985e598bb8df45613285d437 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Thu, 7 May 2015 00:13:18 -0400 Subject: Drupal 7.37 --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0cba9916d..dbe104f9e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.37, 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 to become disabled if they were defined by a no-longer-enabled module. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 104c86f7b..b572cde92 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.37-dev'); +define('VERSION', '7.37'); /** * Core API compatibility. -- cgit v1.2.3