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:
02e539c
)
weekly release 2.3.8+
author
Damyon Wiese
<damyon@moodle.com>
Fri, 26 Jul 2013 03:29:03 +0000
(11:29 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Fri, 26 Jul 2013 03:29:03 +0000
(11:29 +0800)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
aa8cc30
..
07f02ce
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,11
+29,11
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2012062508.0
2
; // YYYYMMDD = weekly release date of this DEV branch
+$version = 2012062508.0
3
; // 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.8+ (Build: 201307
19
)'; // Human-friendly version name
+$release = '2.3.8+ (Build: 201307
26
)'; // 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