summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorstefan.r <stefan.r@551886.no-reply.drupal.org>2017-02-01 16:34:27 -0500
committerstefan.r <stefan.r@551886.no-reply.drupal.org>2017-02-01 16:34:27 -0500
commit986185c49bfecad6dfce7b6df81b325486585d9e (patch)
tree6ff712739cd1427961af778fc24c39dc3c7c98fc
parentfcbd2c105ad7740ce929b2ed903e835255f0202c (diff)
downloaddrupal-986185c49bfecad6dfce7b6df81b325486585d9e.tar.gz
drupal-986185c49bfecad6dfce7b6df81b325486585d9e.zip
Drupal 7.547.54
-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 3624c8ed682..c015fb4fa2b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,5 @@
-Drupal 7.54, xxxx-xx-xx (development version)
+Drupal 7.54, 2017-02-01
-----------------------
- Modules are now able to define theme engines (API addition:
https://www.drupal.org/node/2826480).
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 44137dda85e..99a5ac84dcf 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.54-dev');
+define('VERSION', '7.54');
/**
* Core API compatibility.