Issue #2640650 by jibran, IRuslan: Update the version number from 8.0.x to 8.1.x
parent
9f53bf089c
commit
c3c53eacf3
|
@ -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.
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue