From a2ac448dbd934a1a298df2e7ae7c6feb71a59d3b Mon Sep 17 00:00:00 2001
From: Matthias Kollenbroich <matthias.kollenbroich@uni-muenster.de>
Date: Thu, 23 Feb 2023 12:39:46 +0100
Subject: [PATCH] Updated version information for development-version

---
 version.php | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/version.php b/version.php
index ee89c2e..9c766ba 100644
--- a/version.php
+++ b/version.php
@@ -24,12 +24,12 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->maturity = MATURITY_STABLE;
-$plugin->release   = 'v3.11-r3';
-$plugin->version = 2022031800;        // The current plugin version (Date: YYYYMMDDXX).
-$plugin->requires = 2020061500;        // Requires this Moodle version.
-$plugin->component = 'filter_opencast'; // Full name of the plugin.
+$plugin->component = 'filter_opencast';
+$plugin->release   = 'development-version';
+$plugin->version = 2023030100;
+$plugin->requires = 2020061500; // Requires Moodle 3.9+.
+$plugin->maturity = MATURITY_ALPHA;
 $plugin->dependencies = array(
-    'tool_opencast' => 2021100300,
-    'mod_opencast' => 2022031800
+    'tool_opencast' => 2023030100,
+    'mod_opencast' => 2023030100
 );
-- 
GitLab