From f72c85b7877e8306b02d14029532cf950905626b Mon Sep 17 00:00:00 2001 From: "tobias.reischmann" Date: Tue, 10 Feb 2015 17:02:53 +0100 Subject: [PATCH] Increased version number --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 6942dc87..4b83f4ec 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015011501; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2015021001; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2014051200; // Requires this Moodle version $plugin->cron = 0; // Period for cron to check this module (secs) $plugin->maturity = MATURITY_BETA; -$plugin->release = 'v2.7-r2'; +$plugin->release = 'v2.7-r3'; $plugin->component = 'mod_ratingallocate'; // To check on upgrade, that module sits in correct place