From 5832ce1e9d56befc06afbd0a1e500a5eccb6ce19 Mon Sep 17 00:00:00 2001 From: jfederico Date: Sun, 25 Feb 2018 21:48:10 +0000 Subject: [PATCH] Promoted to rc --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index fa283af..82caa05 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017080103; +$plugin->version = 2017080104; $plugin->requires = 2015051100; $plugin->component = 'atto_recordrtc'; -$plugin->maturity = MATURITY_BETA; -$plugin->release = '1.0-b4'; +$plugin->maturity = MATURITY_RC; +$plugin->release = '1.0-rc';