From 4c55e8c0188f7ac72b97fed873ddffcac1cd1c66 Mon Sep 17 00:00:00 2001 From: bdaloukas Date: Sun, 14 Oct 2012 20:21:41 +0300 Subject: [PATCH] requires section in version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 5ed22e5..7ead154 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ **/ $module->version = 2011082604; // The current module version (Date: YYYYMMDDXX) -$module->release = 'v2'.substr( $module->version, 4); +$module->release = 'v2 ('.$module->version.')'; $module->cron = 0; // Period for cron to check this module (secs) -?> +$module->requires = 2007101512; // Requires this Moodle version