From b01087fdc9b4c6965c708b32c660dc588c2a902b Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Fri, 30 Jun 2017 23:23:06 +0200
Subject: [PATCH] Release v3.2-r4

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

diff --git a/CHANGES.md b/CHANGES.md
index 0b55823..2a4b278 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.2-r4
 
 * 2017-05-29 - Add Travis CI support
 
diff --git a/version.php b/version.php
index 7fbcc10..7f69c9b 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2017050500;
-$plugin->release = 'v3.2-r3';
+$plugin->version = 2017063000;
+$plugin->release = 'v3.2-r4';
 $plugin->requires = 2016120500;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2016120500);
-- 
GitLab