From eabb023933ac83947e5d238c4a83b1f5bdbcc738 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 27 Jul 2011 13:17:40 -0700 Subject: Changelog updates, increasing version number. --- CHANGELOG.txt | 3 ++- includes/bootstrap.inc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2522289d6..3f953cef2 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 9f4eab0d8..f54ce92a3 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. -- cgit v1.2.3