From 17ae01ab717e7f93605ad05cefb603817b42b7ec Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 29 Dec 2017 14:29:39 +0400 Subject: Change version --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index c8439ca..7c3a1c1 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "3.0.0 (Build: 2017112600)"; -$plugin->version = 2017112600; +$plugin->release = "4.0.0-rc.1 (Build: 2017122900)"; +$plugin->version = 2017122900; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = array( "report_eventlist" => 2016120500 ); \ No newline at end of file +$plugin->maturity = MATURITY_RC; +$plugin->dependencies = array("report_eventlist" => 2016120500); \ No newline at end of file -- cgit v1.2.3