From f42c34a38a51de6f6202de430df9cdb9fcee6fe2 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 23 Nov 2012 16:07:34 +0800 Subject: [PATCH] On demand release 2.4beta+ --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index c357af94c96..e3e533b5fd6 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2012112300.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2012112301.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -- 2.11.4.GIT