Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c3c53eac
Commit
c3c53eac
authored
Jan 04, 2016
by
Nathaniel Catchpole
Browse files
Issue
#2640650
by jibran, IRuslan: Update the version number from 8.0.x to 8.1.x
parent
9f53bf08
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal.php
View file @
c3c53eac
...
...
@@ -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.
...
...
core/modules/update/src/Tests/UpdateCoreTest.php
View file @
c3c53eac
...
...
@@ -176,7 +176,7 @@ function testDatestampMismatch() {
$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
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment