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:
9d00c6e
)
MDL-45390 grades: Bump build to today's date
author
David Monllao
<davidm@moodle.com>
Wed, 18 May 2016 06:12:21 +0000
(14:12 +0800)
committer
David Monllao
<davidm@moodle.com>
Wed, 18 May 2016 06:12:21 +0000
(14:12 +0800)
To test backup/restore.
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
912b4b5
..
c95b18c
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-33,7
+33,7
@@
$version = 2016051700.01; // YYYYMMDD = weekly release date o
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
-$release = '3.1rc1 (Build: 2016051
7
)'; // Human-friendly version name
+$release = '3.1rc1 (Build: 2016051
8
)'; // Human-friendly version name
$branch = '31'; // This version's branch.
$maturity = MATURITY_RC; // This version's maturity level.