summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-04-01 22:49:14 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-04-01 22:49:14 -0400
commitb42286571f4a22324f321af025768107caa99c30 (patch)
tree88f195d56696c84d80d5d0f576f86a7c7c94f22e
parent58f5b57838700b0ea2048391d656989e3fb81acd (diff)
downloadbrdo-b42286571f4a22324f321af025768107caa99c30.tar.gz
brdo-b42286571f4a22324f321af025768107caa99c30.tar.bz2
Drupal 7.36
-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 93c4bd5d6..039ab82ad 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,5 @@
-Drupal 7.36, xxxx-xx-xx (development version)
+Drupal 7.36, 2015-04-01
-----------------------
- Added a 'file_public_schema' variable which allows modules that define
publicly-accessible streams in hook_stream_wrappers() to bypass file download
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 0e8446280..b9d49de99 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.36-dev');
+define('VERSION', '7.36');
/**
* Core API compatibility.