diff options
author | David Rothstein <drothstein@gmail.com> | 2014-07-24 18:01:44 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-07-24 18:01:44 -0400 |
commit | 3ea44b6d1ddf65c20ecb45bb3a20c126c4e306ad (patch) | |
tree | d352c30872c615171eab30070f4cc970c0181c5a | |
parent | f9784cf829fe2d6aad57b6de1f2e3a167e95cea6 (diff) | |
download | brdo-3ea44b6d1ddf65c20ecb45bb3a20c126c4e306ad.tar.gz brdo-3ea44b6d1ddf65c20ecb45bb3a20c126c4e306ad.tar.bz2 |
Back to 7.x-dev
-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 57cc8b2ea..639ffb060 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ +Drupal 7.31, xxxx-xx-xx (development version) +----------------------- + Drupal 7.30, 2014-07-24 ----------------------- - Fixed a regression introduced in Drupal 7.29 that caused files or images diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index b61c9ddfa..7e0353349 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.30'); +define('VERSION', '7.31-dev'); /** * Core API compatibility. |