From 2714f731313b35f550197825be482d953a8f5cd5 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Wed, 26 Sep 2018 13:58:44 +0200
Subject: [PATCH] Release v3.5-r2

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

diff --git a/CHANGES.md b/CHANGES.md
index de416e3..0c6fb61 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-block_course_overview_campus
 Changes
 -------
 
-### Unreleased
+### v3.5-r2
 
 * 2018-08-26 - Bugfix: There might be a debug message when prioritizemyteachedcourses setting is enabled.
 
diff --git a/version.php b/version.php
index abe2003..f5a91b0 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'block_course_overview_campus';
-$plugin->version = 2018070200;
-$plugin->release = 'v3.5-r1';
+$plugin->version = 2018092600;
+$plugin->release = 'v3.5-r2';
 $plugin->requires = 2018051700;
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab