diff options
author | David Rothstein | 2016-02-03 16:26:13 (GMT) |
---|---|---|
committer | David Rothstein | 2016-02-03 16:26:13 (GMT) |
commit | 9ee4a1a2fa3bedb3852d21f2198509c107c48890 (patch) | |
tree | 85fc07f4534921e9771f02e54ed7b4f6d8749a58 | |
parent | 4cc42bcfeedc5d311b343ebe94f61ab5f746376d (diff) |
Drupal 7.427.42
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 04d5d91..aaa3f08 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 940eaa5..af88ffe 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. |