From effed1c831c997be26e12f18be0d8eb683f21a75 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Thu, 2 Jan 2014 19:28:46 -0500 Subject: [PATCH] Drupal 7.25 --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 698f85a08399..00d4d71a0156 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 a757f4524ece..f6ffea51d71c 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.