From ea7f9109d5e16ef702e92e1e2af31f82993fe41e Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 1 May 2013 18:04:58 +0200 Subject: [PATCH] MDL-39434 Bump main version to observe all deps --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 37c2268a42a..595ee496bc4 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013042600.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013050100.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes