From f9784cf829fe2d6aad57b6de1f2e3a167e95cea6 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Thu, 24 Jul 2014 17:58:18 -0400 Subject: [PATCH] Drupal 7.30 --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e859e3f4a6bc..57cc8b2ea479 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.30, xxxx-xx-xx (development version) +Drupal 7.30, 2014-07-24 ----------------------- - Fixed a regression introduced in Drupal 7.29 that caused files or images attached to taxonomy terms to be deleted when the taxonomy term was edited diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index e1b447cfdeed..b61c9ddfa031 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.30-dev'); +define('VERSION', '7.30'); /** * Core API compatibility.