summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-05-07 00:13:18 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-05-07 00:13:18 -0400
commit18c5da5028b7c3ba985e598bb8df45613285d437 (patch)
tree9d2d892ecf9b0733340f3e439856bd1fd25a6e95
parent9ee576ff8ae0d3f7c2cc1bf76177db41e018cfd1 (diff)
downloadbrdo-18c5da5028b7c3ba985e598bb8df45613285d437.tar.gz
brdo-18c5da5028b7c3ba985e598bb8df45613285d437.tar.bz2
Drupal 7.37
-rw-r--r--CHANGELOG.txt2
-rw-r--r--includes/bootstrap.inc2
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.