Skip to content

Commit

Permalink
Drupal 7.55
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRothstein committed Jun 7, 2017
1 parent 22b9a0b commit ae45763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Drupal 7.xx, xxxx-xx-xx (development version)
Drupal 7.55, 2017-06-07
-----------------------
- Fixed incompatibility with PHP versions 7.0.19 and 7.1.5 due to duplicate
DATE_RFC7231 definition.
Expand Down
2 changes: 1 addition & 1 deletion includes/bootstrap.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* The current system version.
*/
define('VERSION', '7.55-dev');
define('VERSION', '7.55');

/**
* Core API compatibility.
Expand Down

0 comments on commit ae45763

Please sign in to comment.