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:
1dda2cf
)
Moodle release 2.2beta
v2.2.0-beta
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 15 Nov 2011 10:04:15 +0000
(11:04 +0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 15 Nov 2011 10:04:15 +0000
(11:04 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
5fec316
..
eb0a329
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-30,10
+30,10
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 201111
0200.02
; // YYYYMMDD = weekly release date of this DEV branch
+$version = 201111
1500.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 = '2.2
dev (Build: 20111102)';
// Human-friendly version name
+$release = '2.2
beta (Build: 20111115)';
// Human-friendly version name
-$maturity = MATURITY_
ALPHA;
// this version's maturity level
+$maturity = MATURITY_
BETA;
// this version's maturity level