diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-27 17:31:07 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-27 17:31:07 -0700 |
commit | daebd99b7b0ff86eea03c9158cf1c5b9e510c76f (patch) | |
tree | 6b1eaf6f07ce99cc7c6bdbe5f3036098c05a0a35 | |
parent | ca9434462a4af269f24b0b616939938a3a4c112f (diff) | |
download | brdo-daebd99b7b0ff86eea03c9158cf1c5b9e510c76f.tar.gz brdo-daebd99b7b0ff86eea03c9158cf1c5b9e510c76f.tar.bz2 |
Back to 7.x-dev
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 33cf9e20c..26e3ee3c1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ +Drupal 7.8-dev, xxxx-xx-xx (development version) +---------------------- + + Drupal 7.7, 2011-07-27 ---------------------- - Fixed VERSION string. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index a3be5fc81..c7c484f83 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.7'); +define('VERSION', '7.8-dev'); /** * Core API compatibility. |