diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 698f85a08399a0668b34c346de1b2d07a0e7d54d..00d4d71a01564e5387912a40e588fe040e8487df 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 in hook_node_insert() and other similar hooks. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index a757f4524ecef321a50171599396ccd5259054b6..f6ffea51d71c139b5e73ce26de68b519473f42e8 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.25-dev'); +define('VERSION', '7.25'); /** * Core API compatibility.