From cd6d6c483712dcd15fb1b7a30c9f198df5452d48 Mon Sep 17 00:00:00 2001 From: ubuntu Date: Fri, 28 Dec 2012 15:44:37 +0200 Subject: [PATCH] Fix: version number in version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index c8735dd..0d0d5d7 100644 --- a/version.php +++ b/version.php @@ -8,8 +8,8 @@ * @package game **/ -$module->version = 2011082604; // The current module version (Date: YYYYMMDDXX) -$module->release = 'v2.11.08 (2011082604)'; +$module->version = 2012122801; // The current module version (Date: YYYYMMDDXX) +$module->release = 'v2.12.12.28 (2012122801)'; $module->cron = 0; // Period for cron to check this module (secs) $module->requires = 2007101512; // Requires this Moodle version