diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1b38308808ecb11c4efaed51fd20d4ba2aa3fed1..80cc28eceb73cfba2a74b365c52a0d903f37c9c0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,7 @@ -Drupal 7.3-dev, xxxx-xx-xx (development version) +Drupal 7.3, 2011-06-29 ---------------------- +- Fixed security issue (Access bypass), see SA-CORE-2011-002. Drupal 7.2, 2011-05-25 ---------------------- diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index a5dec6997138aa94b7f96155d21b6235a3ace708..830894f52ab9fc7534acec3e269680d5e3e3cd96 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.3-dev'); +define('VERSION', '7.3'); /** * Core API compatibility.