diff options
author | David Rothstein <drothstein@gmail.com> | 2013-04-03 17:29:52 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2013-04-03 17:29:52 -0400 |
commit | dce3c77a61d9510dbac6927b60a03bc8da19e947 (patch) | |
tree | 5c9b7ab88df0af4d6a7bf2e8281ecd3d6af41c17 | |
parent | 3e8801c67a4e7cfd890587a6ccf78c13577f1ad4 (diff) | |
download | brdo-dce3c77a61d9510dbac6927b60a03bc8da19e947.tar.gz brdo-dce3c77a61d9510dbac6927b60a03bc8da19e947.tar.bz2 |
Drupal 7.22
-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. |