From 0c1e8718996df1fc19d3539e62349495b27cddac Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Mon, 2 May 2016 01:05:59 -0400 Subject: [PATCH] MSFTMPP-457: Update version files (v20160425_m28) --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 3ad26246e..2c2d51eeb 100644 --- a/version.php +++ b/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015012744.02; +$plugin->version = 2015012745; $plugin->requires = 2014111000; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '28.0.0.28'; +$plugin->release = '28.0.0.29'; $plugin->dependencies = [ - 'auth_oidc' => 2015012724 + 'auth_oidc' => 2015012725 ];