summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2016-02-03 11:26:13 -0500
committerDavid Rothstein <drothstein@gmail.com>2016-02-03 11:26:13 -0500
commit9ee4a1a2fa3bedb3852d21f2198509c107c48890 (patch)
tree85fc07f4534921e9771f02e54ed7b4f6d8749a58
parent4cc42bcfeedc5d311b343ebe94f61ab5f746376d (diff)
downloadbrdo-9ee4a1a2fa3bedb3852d21f2198509c107c48890.tar.gz
brdo-9ee4a1a2fa3bedb3852d21f2198509c107c48890.tar.bz2
Drupal 7.42
-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 04d5d91ab..aaa3f0811 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,5 @@
-Drupal 7.42, xxxx-xx-xx (development version)
+Drupal 7.42, 2016-02-03
-----------------------
- Stopped invoking hook_flush_caches() on every cron run, since some modules
use that hook for expensive operations that are only needed on cache clears.
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 940eaa53d..af88ffe4e 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.42-dev');
+define('VERSION', '7.42');
/**
* Core API compatibility.