diff options
author | Nathaniel Catchpole | 2015-11-19 14:02:15 (GMT) |
---|---|---|
committer | Nathaniel Catchpole | 2015-11-19 14:02:15 (GMT) |
commit | 35c2f3ca5c935f3d8bde15932a712677c9bbd50f (patch) | |
tree | d18a4faaa9a18227f3a3d65e19f7ccccc357d0a4 | |
parent | 54ce503a3d528c53ccbed40f09bcd6fe328c406d (diff) |
Issue #2606334 by Gábor Hojtsy, YesCT, dawehner, Cottser, larowlan, Wim Leers, catch, davidhernandez, nevergone, effulgentsia, attiks, David_Rothstein, chx, MustangGB, tim.plunkett, plach, joelpittet, Ryan Weal, thamas, LewisNyman, gaele, bojanz, yoroy, skyredwang: Update CHANGELOG.txt for the release (compile list of high level changes)8.0.0
-rw-r--r-- | core/CHANGELOG.txt | 2 | ||||
-rw-r--r-- | core/lib/Drupal.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index bd9af53..6b8e812 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -1,4 +1,4 @@ -Drupal 8.0.x, xxxx-xx-xx (development version) +Drupal 8.0.0, 2015-11-19 ------------------------ - Significantly improved the front end: * Made all built-in themes responsive. diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 416d802..45ba2c5 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -81,7 +81,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.0.0-dev'; + const VERSION = '8.0.0'; /** * Core API compatibility. |