From 70d3367e86d10d41c71a6dd2f1d7d9350939c5f1 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Fri, 5 May 2017 14:56:15 +0200
Subject: [PATCH] Release v3.2-r3

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

diff --git a/CHANGES.md b/CHANGES.md
index d68be26..1d927a4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.2-r3
 
 * 2017-05-05 - Improve README.md
 
diff --git a/version.php b/version.php
index 30c3f66..7fbcc10 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2017030300;
-$plugin->release = 'v3.2-r2';
+$plugin->version = 2017050500;
+$plugin->release = 'v3.2-r3';
 $plugin->requires = 2016120500;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2016120500);
-- 
GitLab