From 38c52ef291ec116fa0ee668128cb10f96027439d Mon Sep 17 00:00:00 2001 From: Ankit Agarwal Date: Tue, 22 Jan 2013 17:10:31 +0800 Subject: [PATCH] MDL-37100 Version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index b0d716fd820..00815a12243 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013011800.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013011800.01; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes