diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e859e3f4a6bc0c4274b9d77093a6a75d0629e67c..57cc8b2ea479e384a3df44b958a32d5ef2561611 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 e1b447cfdeed13aa5af01c1e6db280d1d9ad143a..b61c9ddfa0311d732ae47f09138aeb3ff4a8e455 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.