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:
0d80d00
)
weekly release 2.3.3+
author
Dan Poltawski
<dan@moodle.com>
Fri, 23 Nov 2012 07:20:23 +0000
(15:20 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Fri, 23 Nov 2012 07:20:23 +0000
(15:20 +0800)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
4fc0668
..
c05cab3
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-30,11
+30,11
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2012062503.0
1
; // YYYYMMDD = weekly release date of this DEV branch
+$version = 2012062503.0
2
; // 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.3.3+ (Build: 201211
16
)'; // Human-friendly version name
+$release = '2.3.3+ (Build: 201211
23
)'; // Human-friendly version name
$branch = '23'; // this version's branch
$maturity = MATURITY_STABLE; // this version's maturity level
$branch = '23'; // this version's branch
$maturity = MATURITY_STABLE; // this version's maturity level