diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0cba9916d38da80f52e65a87920df2c24947131d..dbe104f9e6cd3146210474200931dcd2d98cdac3 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 104c86f7b3d18f3d68236cdb5eaf6a809cf240c5..b572cde929482770aa3d14d18fd630c56fbfbff8 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.