parent
3e8801c67a
commit
dce3c77a61
|
@ -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
|
- Allowed the drupal_http_request() function to be overridden so that
|
||||||
additional HTTP request capabilities can be added by contributed modules.
|
additional HTTP request capabilities can be added by contributed modules.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
/**
|
/**
|
||||||
* The current system version.
|
* The current system version.
|
||||||
*/
|
*/
|
||||||
define('VERSION', '7.22-dev');
|
define('VERSION', '7.22');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core API compatibility.
|
* Core API compatibility.
|
||||||
|
|
Loading…
Reference in New Issue