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:
df17785
)
on-demand release 2.2beta+
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 22 Nov 2011 00:51:50 +0000
(
01:51
+0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 22 Nov 2011 00:51:50 +0000
(
01:51
+0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
ea78a0a
..
2719a1a
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-30,10
+30,10
@@
defined('MOODLE_INTERNAL') || die();
-$version = 201111
1800.01
; // YYYYMMDD = weekly release date of this DEV branch
+$version = 201111
2100.00
; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes
-$release = '2.2beta
(Build: 20111118
)';// Human-friendly version name
+$release = '2.2beta
+ (Build: 20111121
)';// Human-friendly version name
$maturity = MATURITY_BETA; // this version's maturity level