diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f4e783309a2dbc8dbebab59e7002437e88db457f..33cf9e20c09b1028d2cc3f8551a6a74d4d08d30f 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 d6d30fd2c025ba5763097f98313b0a5af28884c1..a3be5fc81903daf458a62eb78b6cbac45c349f38 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.