diff --git a/CHANGES.md b/CHANGES.md index e7313bf8ad345b10069b717aec36a0731fb5dfcf..232e02720dd0753625b55f456e625eb50087bcb7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus_child Changes ------- -### Unreleased +### v3.7-r1 * 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change. diff --git a/version.php b/version.php index 7ddd539f00edd659333bb6976b09ee9a94171251..a0dc394487bbaa7b1332aa06dddeddf38a7ec601 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; -$plugin->version = 2019013100; -$plugin->release = 'v3.6-r1'; +$plugin->version = 2019092700; +$plugin->release = 'v3.7-r1'; $plugin->requires = 2019052000.05; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019052000, 'theme_boost_campus' => 2019070500);