diff --git a/CHANGES.md b/CHANGES.md index 7cddbb144197bda7df5ea460f5a5376f303dc211..33fd946a260dbb92c3c1fce8a35a835f03bf7e56 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.4-r2 * 2018-02-07 - Add forgotten sync_roles task definition diff --git a/version.php b/version.php index 7535e2e956e474dda825dbe55ad0cf9698ead533..af6332fb0de7568ca2feb8f10d58174429d9f6e5 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2018020601; -$plugin->release = 'v3.4-r1'; +$plugin->version = 2018020700; +$plugin->release = 'v3.4-r2'; $plugin->requires = 2017111300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2017051500);