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
MDL-67264 core_course: Activity chooser new feature
[moodle.git]
/
version.php
diff --git
a/version.php
b/version.php
index
4121111
..
fa4b3f0
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,9
+29,9
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 20200
11
700.02; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 20200
20
700.02; // 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 = '3.9dev (Build: 20200
11
7)'; // Human-friendly version name
+$release = '3.9dev (Build: 20200
20
7)'; // Human-friendly version name
$branch = '39'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.
$branch = '39'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.