From ce8d0e6e04d37ac8ee59090bd2e341c3ffcf5a4a Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Wed, 7 Feb 2018 15:34:27 +0100 Subject: [PATCH] Release v3.4-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7cddbb1..33fd946 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 7535e2e..af6332f 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); -- GitLab