Drupal 7.25

merge-requests/26/head 7.25
David Rothstein 2014-01-02 19:28:46 -05:00
parent 6de5659098
commit effed1c831
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Drupal 7.25, xxxx-xx-xx (development version) Drupal 7.25, 2014-01-02
----------------------- -----------------------
- Fixed a bug in node_save() which prevented the saved node from being updated - Fixed a bug in node_save() which prevented the saved node from being updated
in hook_node_insert() and other similar hooks. in hook_node_insert() and other similar hooks.

View File

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