From 9e751fdbe3c093cd76b9dca5ce19db6b0b04719b Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 8 Feb 2012 11:43:40 +0100 Subject: [PATCH] MDL-27891 tag logs: minibump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 70056b86919..de25c7083a5 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2012020200.07; // YYYYMMDD = weekly release date of this DEV branch +$version = 2012020200.08; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes