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:
05c3663
)
weekly release 4.0dev
master
author
Sara Arjona
<sara@moodle.com>
Fri, 5 Mar 2021 15:01:32 +0000
(16:01 +0100)
committer
Sara Arjona
<sara@moodle.com>
Fri, 5 Mar 2021 15:01:32 +0000
(16:01 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
1f2f578
..
48ccc5c
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,9
+29,9
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2021052500.6
5
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2021052500.6
6
; // 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: 20210
226
)'; // Human-friendly version name
+$release = '4.0dev (Build: 20210
305
)'; // 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.