From c3c53eacf37ea407c8decfc8bcb40442f9ff99ca Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Mon, 4 Jan 2016 14:59:57 +0900 Subject: [PATCH] Issue #2640650 by jibran, IRuslan: Update the version number from 8.0.x to 8.1.x --- core/lib/Drupal.php | 2 +- core/modules/update/src/Tests/UpdateCoreTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 4020f7cb7570..883527f30435 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.1.0-dev'; /** * Core API compatibility. diff --git a/core/modules/update/src/Tests/UpdateCoreTest.php b/core/modules/update/src/Tests/UpdateCoreTest.php index b105780a8272..d76cfeda52f9 100644 --- a/core/modules/update/src/Tests/UpdateCoreTest.php +++ b/core/modules/update/src/Tests/UpdateCoreTest.php @@ -176,7 +176,7 @@ class UpdateCoreTest extends UpdateTestBase { $system_info = array( '#all' => array( // We need to think we're running a -dev snapshot to see dates. - 'version' => '8.0.0-dev', + 'version' => '8.1.0-dev', 'datestamp' => time(), ), 'block' => array(