Issue #2640650 by jibran, IRuslan: Update the version number from 8.0.x to 8.1.x

8.1.x
Nathaniel Catchpole 2016-01-04 14:59:57 +09:00
parent 9f53bf089c
commit c3c53eacf3
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class Drupal {
/** /**
* The current system version. * The current system version.
*/ */
const VERSION = '8.0.0-dev'; const VERSION = '8.1.0-dev';
/** /**
* Core API compatibility. * Core API compatibility.

View File

@ -176,7 +176,7 @@ class UpdateCoreTest extends UpdateTestBase {
$system_info = array( $system_info = array(
'#all' => array( '#all' => array(
// We need to think we're running a -dev snapshot to see dates. // 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(), 'datestamp' => time(),
), ),
'block' => array( 'block' => array(