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
da6da00
..
b8e3cd7
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,9
+29,9
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 202011090
0.08
; // 20201109 = branching date YYYYMMDD - do not modify!
+$version = 202011090
3.01
; // 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
+ (Build: 20210108
)';// Human-friendly version name
+$release = '3.10
.3+ (Build: 20210330
)';// Human-friendly version name
$branch = '310'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.
$branch = '310'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.