From b0ecfebab5b7fead655916480a91ca3b1b7baf2c Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Tue, 29 Jan 2019 10:21:37 +0100
Subject: [PATCH] Release v3.5-r2

---
 CHANGES.md  | 2 +-
 version.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index c84cedc..0b8f6cf 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.5-r2
 
 * 2019-01-29 - Adopt code changes Moodle 3.5 core auth_ldap (MDL-63887).
 * 2018-12-05 - Changed travis.yml due to upstream changes.
diff --git a/version.php b/version.php
index f2656b1..51c2c33 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2018062500;
-$plugin->release = 'v3.5-r1';
+$plugin->version = 2019012900;
+$plugin->release = 'v3.5-r2';
 $plugin->requires = 2018051700;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2018051400);
-- 
GitLab