From f0d37f4ac5f6137893c8208f4d10028d2b96079d Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 27 Jun 2013 20:09:21 +0200 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 b7172c26167..beef47c567c 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013062100.01; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013062700.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.6dev (Build: 20130621)'; // Human-friendly version name +$release = '2.6dev (Build: 20130627)'; // Human-friendly version name $branch = '26'; // this version's branch $maturity = MATURITY_ALPHA; // this version's maturity level