From c5b0f4b78404c397675f361b9341a600ef44ac21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Pujol-Ahull=C3=B3?= Date: Thu, 18 Feb 2016 12:22:27 +0100 Subject: [PATCH] Bump version with latest changes from CIDR. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 9213330..0d63cfd 100644 --- a/version.php +++ b/version.php @@ -27,9 +27,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2014072522; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2015072300; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2012120300; // Requires this Moodle version (2.4) $plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics) $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.1 (Build: 2014072522)'; +$plugin->release = '1.2 (Build: 2015072300)';