diff --git a/version.php b/version.php index 4b1fab0..441084b 100644 --- a/version.php +++ b/version.php @@ -30,4 +30,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2013072411; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2013051400; // Requires this Moodle version (2.5) $plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics) +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '1.0 Build: 2013101700';