Drupal 7.22

merge-requests/26/head 7.22
David Rothstein 2013-04-03 17:29:52 -04:00
parent 3e8801c67a
commit dce3c77a61
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -8,7 +8,7 @@
/**
* The current system version.
*/
define('VERSION', '7.22-dev');
define('VERSION', '7.22');
/**
* Core API compatibility.