From c5b2a14382bcb9dfea7c4afef59711560b7fe514 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Mon, 28 Mar 2016 22:47:04 -0400 Subject: [PATCH] MSFTMPP-430: Update version files (v20160328_m28) --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 0066e8580..b18888158 100644 --- a/version.php +++ b/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015012741; +$plugin->version = 2015012742; $plugin->requires = 2014111000; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '28.0.0.26'; +$plugin->release = '28.0.0.27'; $plugin->dependencies = [ - 'auth_oidc' => 2015012723 + 'auth_oidc' => 2015012724 ];