From 8daa303882d2a5d8d108cc4b10f5908a428c6263 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Tue, 26 Jun 2018 07:51:05 +0200
Subject: [PATCH] Release v3.5-r1

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

diff --git a/CHANGES.md b/CHANGES.md
index 1789d57..173b8ae 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.5-r1
 
 * 2018-06-25 - Bugfix: Creating users and first logins resulted in a fatal error in 3.5 because of a visibility change of update_user_record() in Moodle core.
 * 2018-06-25 - Check compatibility for Moodle 3.5, no functionality change.
diff --git a/version.php b/version.php
index 70d5092..f2656b1 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2018051700;
-$plugin->release = 'v3.4-r4';
+$plugin->version = 2018062500;
+$plugin->release = 'v3.5-r1';
 $plugin->requires = 2018051700;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2018051400);
-- 
GitLab