Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba85460
)
MDL-60764 versions: main version bump
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 10 Nov 2017 01:56:14 +0000
(
02:56
+0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 10 Nov 2017 01:56:14 +0000
(
02:56
+0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
cfbcef7
..
235b30b
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2017110
800.01
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2017110
900.00
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.