on demand release 2.6beta+
authorDan Poltawski <dan@moodle.com>
Tue, 22 Oct 2013 15:05:02 +0000 (23:05 +0800)
committerDan Poltawski <dan@moodle.com>
Tue, 22 Oct 2013 15:05:02 +0000 (23:05 +0800)
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

index daebd75..a5797f7 100644 (file)
@@ -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.