From 8c976328c1f4e4efc6fd006880e7dc3e324f9ff2 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 23 Oct 2015 11:34:52 +0100 Subject: [PATCH 1/1] MDL-40863 mod_resource: bump version (not technically necessary - but I prefrer to make it explicit against stable) --- mod/resource/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/resource/version.php b/mod/resource/version.php index f53583a306e..e87959f8fee 100644 --- a/mod/resource/version.php +++ b/mod/resource/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015051104; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2015102300; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2015050500; // Requires this Moodle version $plugin->component = 'mod_resource'; // Full name of the plugin (used for diagnostics) $plugin->cron = 0; -- 2.43.0