Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
weekly release 3.10.3+
[moodle.git]
/
version.php
diff --git
a/version.php
b/version.php
index
70ab033
..
c2278b2
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,9
+29,9
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2020110
400.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2020110
903.02; // 20201109 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
-$release = '3.10
beta+ (Build: 2020110
3)';// Human-friendly version name
+$release = '3.10
.3+ (Build: 2021041
3)';// Human-friendly version name
$branch = '310'; // This version's branch.
$branch = '310'; // This version's branch.
-$maturity = MATURITY_
BETA
; // This version's maturity level.
+$maturity = MATURITY_
STABLE
; // This version's maturity level.