diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 86bd07159b1..5b655b8bcef 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 acda75146f5..728e4ec24bb 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.