From 209c91e16fb221c6475223f1ca173f336637bf70 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Thu, 17 May 2018 12:32:22 +0200
Subject: [PATCH] Release v3.4-r4

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

diff --git a/CHANGES.md b/CHANGES.md
index b89bea6..5336bfd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.4-r4
 
 * 2018-05-16 - Implement Privacy API.
 
diff --git a/version.php b/version.php
index 97f2767..4710b71 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2018051600;
-$plugin->release = 'v3.4-r3';
+$plugin->version = 2018051700;
+$plugin->release = 'v3.4-r4';
 $plugin->requires = 2017111300;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2017051500);
-- 
GitLab