Back to 7.x-dev
parent
18c5da5028
commit
94c8cf583d
|
@ -1,4 +1,7 @@
|
|||
|
||||
Drupal 7.38, xxxx-xx-xx (development version)
|
||||
-----------------------
|
||||
|
||||
Drupal 7.37, 2015-05-07
|
||||
-----------------------
|
||||
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
define('VERSION', '7.37');
|
||||
define('VERSION', '7.38-dev');
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
|
Loading…
Reference in New Issue