From 460ab53860c611405ea7c0b2195772cfb876aa58 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 16 Jan 2013 15:57:46 +0100 Subject: [PATCH] NOBUG: mini-bump to help cache definitions. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f9fbcce30c3..2896fc361c2 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013011100.02; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013011100.03; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes