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:
3980887
)
weekly release 4.0dev
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 23 Oct 2020 12:40:27 +0000
(14:40 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 23 Oct 2020 12:40:27 +0000
(14:40 +0200)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
ed02323
..
40a8acb
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,9
+29,9
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2021052500.3
0
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2021052500.3
1
; // 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 = '4.0dev (Build: 2020102
1
)'; // Human-friendly version name
+$release = '4.0dev (Build: 2020102
3
)'; // Human-friendly version name
$branch = '400'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.
$branch = '400'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.