From 838d78a9ff4290e2bca304a5232204f04fc910ec Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 15 Aug 2013 16:38:05 +0800 Subject: [PATCH] weekly release 2.6dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 4e51da6b11f..c42ca0496cc 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013081400.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013081500.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.6dev (Build: 20130808)'; // Human-friendly version name +$release = '2.6dev (Build: 20130815)'; // Human-friendly version name $branch = '26'; // this version's branch $maturity = MATURITY_ALPHA; // this version's maturity level