diff options
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f4e783309..33cf9e20c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ -Drupal 7.7-dev, xxxx-xx-xx (development version) +Drupal 7.7, 2011-07-27 ---------------------- - +- Fixed VERSION string. Drupal 7.6, 2011-07-27 ---------------------- diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index d6d30fd2c..a3be5fc81 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.7-dev'); +define('VERSION', '7.7'); /** * Core API compatibility. |