diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f60816ba99daac19bed0a4ce8476922eccd07896..ed734316643a8df263083b1be1060684535e1a89 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.28, xxxx-xx-xx (development version) +Drupal 7.28, 2014-05-08 ----------------------- - Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break on older browsers (such as Internet Explorer 8 and earlier) when Ajax was diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0ac932d6a0b905fc13d3d137b5c0c75ff8ecc0c8..09c2044bdf785b63a3f5f569fea064a723f8970b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.28-dev'); +define('VERSION', '7.28'); /** * Core API compatibility.