diff options
-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. |