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:
a5dc228
)
weekly release 4.0dev
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 6 Oct 2020 08:20:34 +0000
(10:20 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 6 Oct 2020 08:20:34 +0000
(10:20 +0200)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
6f90f71
..
2e3cda2
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,9
+29,9
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2021052500.1
8
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2021052500.1
9
; // 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: 2020100
2
)'; // Human-friendly version name
+$release = '4.0dev (Build: 2020100
6
)'; // 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.