Skip to content

Commit

Permalink
MSFTMPP-779: Update version files (v20191007_m34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Oct 10, 2019
1 parent 1bfcdfc commit 76020fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2017111305;
$plugin->version = 2017111306;
$plugin->requires = 2017111300;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.4';
$plugin->release = '3.4.0.5';
6 changes: 3 additions & 3 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2017111311;
$plugin->version = 2017111312;
$plugin->requires = 2017111300;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.7';
$plugin->release = '3.4.0.8';
$plugin->dependencies = [
'auth_oidc' => 2017111305,
'auth_oidc' => 2017111306,
];

0 comments on commit 76020fd

Please sign in to comment.