diff options
-rw-r--r-- | CHANGELOG.txt | 3 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ed7343166..04d3f66de 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ +Drupal 7.29, xxxx-xx-xx (development version) +----------------------- + Drupal 7.28, 2014-05-08 ----------------------- - Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 09c2044bd..0b81dc022 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.28'); +define('VERSION', '7.29-dev'); /** * Core API compatibility. |