Skip to content

Commit 422f68f

Browse files
committed
Moodle release 2.5beta
1 parent 1a90b9b commit 422f68f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
defined('MOODLE_INTERNAL') || die();
3131

32-
$version = 2013040300.02; // YYYYMMDD = weekly release date of this DEV branch
32+
$version = 2013040500.00; // YYYYMMDD = weekly release date of this DEV branch
3333
// RR = release increments - 00 in DEV branches
3434
// .XX = incremental changes
3535

36-
$release = '2.5dev (Build: 20130328)'; // Human-friendly version name
36+
$release = '2.5beta (Build: 20130405)'; // Human-friendly version name
3737

3838
$branch = '25'; // this version's branch
39-
$maturity = MATURITY_ALPHA; // this version's maturity level
39+
$maturity = MATURITY_BETA; // this version's maturity level

0 commit comments

Comments
 (0)