summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-05-08 00:08:56 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-05-08 00:08:56 -0400
commitb8d5a3e2af829a6faf3af6ea27ad0c0f11f018eb (patch)
tree6ca4e081acccd99b1225e41cd469d22845ec1b24
parent1769d1cca92e206510528c324552797e83a1fc7c (diff)
downloadbrdo-b8d5a3e2af829a6faf3af6ea27ad0c0f11f018eb.tar.gz
brdo-b8d5a3e2af829a6faf3af6ea27ad0c0f11f018eb.tar.bz2
Back to 7.x-dev
-rw-r--r--CHANGELOG.txt3
-rw-r--r--includes/bootstrap.inc2
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.