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:
6444448
)
Moodle release 3.2rc1
v3.2.0-rc1
author
Dan Poltawski
<dan@moodle.com>
Fri, 18 Nov 2016 10:06:20 +0000
(10:06 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Fri, 18 Nov 2016 10:06:20 +0000
(10:06 +0000)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
dd0b386
..
7ad865e
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,11
+29,11
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2016111
600.02
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2016111
800.00
; // 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.2
beta+ (Build: 20161116
)'; // Human-friendly version name
+$release = '3.2
rc1 (Build: 20161118
)'; // Human-friendly version name
$branch = '32'; // This version's branch.
$branch = '32'; // This version's branch.
-$maturity = MATURITY_
BETA
; // This version's maturity level.
+$maturity = MATURITY_
RC
; // This version's maturity level.