From de24aac1c09e745072b4392dcab403ccbc14aaaf Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Wed, 23 May 2018 13:42:28 +0200
Subject: [PATCH] Release v3.4-r2

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

diff --git a/CHANGES.md b/CHANGES.md
index c8bc3f6..2d965d5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-block_course_overview_campus
 Changes
 -------
 
-### Unreleased
+### v3.4-r2
 
 * 2018-05-16 - Implement Privacy API.
 
diff --git a/version.php b/version.php
index c5fe698..eaffc14 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'block_course_overview_campus';
-$plugin->version = 2018051600;
-$plugin->release = 'v3.4-r1';
+$plugin->version = 2018051700;
+$plugin->release = 'v3.4-r2';
 $plugin->requires = 2017111300;
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab