diff options
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 86bd07159..5b655b8bc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.22, xxxx-xx-xx (development version) +Drupal 7.22, 2013-04-03 ----------------------- - Allowed the drupal_http_request() function to be overridden so that additional HTTP request capabilities can be added by contributed modules. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index acda75146..728e4ec24 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.22-dev'); +define('VERSION', '7.22'); /** * Core API compatibility. |