Skip to content

Commit

Permalink
Update version number and CHANGELOG.txt for Drupal 6.51
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnopek committed Apr 29, 2019
1 parent bf1e831 commit 0b19505
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Drupal 6.51, 2019-04-29 - Long term support
---------------------------------------
- Add support for MySQL 8

Drupal 6.50, 2019-04-17 - Long term support
---------------------------------------
- Fixed security issues (cross site scripting), backport. See SA-CORE-2019-006.
Expand Down
2 changes: 1 addition & 1 deletion modules/system/system.module
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* The current system version.
*/
define('VERSION', '6.50');
define('VERSION', '6.51');

/**
* Core API compatibility.
Expand Down

0 comments on commit 0b19505

Please sign in to comment.