Back to 7.x-dev
parent
d8cfe08869
commit
12d33253b6
|
@ -1,4 +1,7 @@
|
|||
|
||||
Drupal 7.5-dev, xxxx-xx-xx (development version)
|
||||
----------------------
|
||||
|
||||
Drupal 7.4, 2011-06-29
|
||||
----------------------
|
||||
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
define('VERSION', '7.4');
|
||||
define('VERSION', '7.5-dev');
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
|
Loading…
Reference in New Issue