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:
8752df8
)
Moodle release 3.10rc2
v3.10.0-rc2
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 6 Nov 2020 21:56:08 +0000
(22:56 +0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 6 Nov 2020 21:56:08 +0000
(22:56 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
3fe849b
..
dd98f61
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,9
+29,9
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2020110
5
00.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2020110
7
00.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
-$release = '3.10rc
1 (Build: 20201105
)';// Human-friendly version name
+$release = '3.10rc
2 (Build: 20201107
)';// Human-friendly version name
$branch = '310'; // This version's branch.
$maturity = MATURITY_RC; // This version's maturity level.
$branch = '310'; // This version's branch.
$maturity = MATURITY_RC; // This version's maturity level.