diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2522289d6a179c37dd6370867f22ba7f80566896..3f953cef209232b9d70021223570ad18dd8d5a84 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,7 @@ -Drupal 7.5-dev, xxxx-xx-xx (development version) +Drupal 7.5, 2011-07-27 ---------------------- +- Fixed security issue (Access bypass), see SA-CORE-2011-003. Drupal 7.4, 2011-06-29 ---------------------- diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 9f4eab0d8566bd905b8d75449c016c7b63b72a56..f54ce92a35e2e4d74eb50fe21fb0167221dc963c 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.5-dev'); +define('VERSION', '7.5'); /** * Core API compatibility.