From 7099321db1e8b6883894f255d55d0a8287d7b458 Mon Sep 17 00:00:00 2001 From: dmuneras Date: Sun, 25 Oct 2015 22:14:35 -0500 Subject: [PATCH] change version number --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8a601f7..f45aba0 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die; // The current module version (Date: YYYYMMDDXX) -$plugin->version = 2015072200; +$plugin->version = 2015102501; // Requires this Moodle version -$plugin->requires = 2015050500; +$plugin->requires = 2015050500; // Full name of the plugin (used for diagnostics) $plugin->component = 'theme_archaius'; $plugin->release = 'Archaius Tigris v-1.3.0';