diff options
author | stefan.r <stefan.r@551886.no-reply.drupal.org> | 2017-02-01 16:34:27 -0500 |
---|---|---|
committer | stefan.r <stefan.r@551886.no-reply.drupal.org> | 2017-02-01 16:34:27 -0500 |
commit | 986185c49bfecad6dfce7b6df81b325486585d9e (patch) | |
tree | 6ff712739cd1427961af778fc24c39dc3c7c98fc | |
parent | fcbd2c105ad7740ce929b2ed903e835255f0202c (diff) | |
download | drupal-986185c49bfecad6dfce7b6df81b325486585d9e.tar.gz drupal-986185c49bfecad6dfce7b6df81b325486585d9e.zip |
Drupal 7.547.54
-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 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. |