From 34fb3545eae9315324351ee1076cd2f7ac67339c Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 22 Oct 2013 23:05:02 +0800 Subject: [PATCH] on demand release 2.6beta+ Thanks to all who entered the competition to find the mistake in the last commit. It was spotted by none other than super-awesome Moodler Justin Filip. He collects a beer from me at our next available meeting. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index daebd75d367..a5797f735b8 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013102202.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2013102203.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.