From 86a86846471e7aa602d8c3b8b73f242dd118b11d Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Mon, 19 Jun 2017 11:58:49 +0200 Subject: [PATCH] 4.4.1 Stable version --- VERSION | 2 +- version.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 47568998..31b04baf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.0.1366 +4.4.1.1368 diff --git a/version.php b/version.php index 257131b6..dd641a2e 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061500; -$plugin->release = '4.4.0.1366'; +$plugin->version = 2017061800; +$plugin->release = '4.4.1.1368'; $plugin->requires = 2014050800; $plugin->component = 'atto_wiris'; -$plugin->dependencies = array ('filter_wiris' => 2017061500); +$plugin->dependencies = array ('filter_wiris' => 2017061800); $plugin->maturity = MATURITY_STABLE;