From ad246c2d2c8bf41e281749d36cfacfeac449cba9 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 13 Mar 2014 18:34:56 +0100 Subject: [PATCH] NOBUG: Bump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index d8418cdaba3..eac840f92a2 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2014031101.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2014031200.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.