summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-08-01 12:27:42 -0400
committerDavid Rothstein <drothstein@gmail.com>2012-08-01 12:27:42 -0400
commita584af62514ba7ec37b82b0c7b17081fcca4c5e0 (patch)
treeb811e27f7be9420dd30fc5c3677477ba5e2a6805
parentb7e3bb7f4b6e140926a88581843263b15560f6c5 (diff)
downloadbrdo-a584af62514ba7ec37b82b0c7b17081fcca4c5e0.tar.gz
brdo-a584af62514ba7ec37b82b0c7b17081fcca4c5e0.tar.bz2
Drupal 7.15.
-rw-r--r--CHANGELOG.txt2
-rw-r--r--includes/bootstrap.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 56381bdb9..09662cf88 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 30ab874d7..b868fd330 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.