diff options
author | David Rothstein <drothstein@gmail.com> | 2014-11-07 10:29:24 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-11-07 10:29:24 -0500 |
commit | 76faa7de48e759cff770269c25d6ed6f92cf6b29 (patch) | |
tree | ef831adab8bf3402ed39f30312867436c02cf8dc | |
parent | 4ba5f184c69306da0e30260890f01ea0694af274 (diff) | |
download | brdo-76faa7de48e759cff770269c25d6ed6f92cf6b29.tar.gz brdo-76faa7de48e759cff770269c25d6ed6f92cf6b29.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 6530aa874..79d9910b1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ +Drupal 7.34, xxxx-xx-xx (development version) +----------------------- + Drupal 7.33, 2014-11-07 ----------------------- - Began storing the file modification time of each module and theme in the diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 6fa369d40..b6c531c3b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.33'); +define('VERSION', '7.34-dev'); /** * Core API compatibility. |