summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-05-08 00:05:00 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-05-08 00:05:00 -0400
commit1769d1cca92e206510528c324552797e83a1fc7c (patch)
treec9aa297954d62387e85020ae3200a22b24a51fc6
parent076802cadd307d6b980676c7a2bb6497d90a9cbf (diff)
downloadbrdo-1769d1cca92e206510528c324552797e83a1fc7c.tar.gz
brdo-1769d1cca92e206510528c324552797e83a1fc7c.tar.bz2
Drupal 7.28
-rw-r--r--CHANGELOG.txt2
-rw-r--r--includes/bootstrap.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f60816ba9..ed7343166 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 0ac932d6a..09c2044bd 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.