diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 56381bdb9c27f3dda66614c05c664d50de37af67..09662cf8805593c8c1303d4da4f2c875cbcb831b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.15, xxxx-xx-xx (development version) +Drupal 7.15, 2012-08-01 ----------------------- - Introduced a 'user_password_reset_timeout' variable to allow the 24-hour expiration for user password reset links to be adjusted (API addition). diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 30ab874d7c2a40881b7df302c36b5edef54483ba..b868fd330e2596dfc6875ea8b5a0cea63c2f36b1 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.15-dev'); +define('VERSION', '7.15'); /** * Core API compatibility.