Skip to content
Snippets Groups Projects
Commit 7cf4de08 authored by Geoff Rowland's avatar Geoff Rowland
Browse files

Update version.php

parent 35321a1f
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2015100500; // The current plugin version (Date: YYYYMMDDXX). $plugin->version = 2015102200; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2012062500; // Requires this Moodle version. $plugin->requires = 2012062500; // Requires this Moodle version.
$plugin->component = 'filter_jmol'; // Full name of the plugin (used for diagnostics). $plugin->component = 'filter_jmol'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->release = '5.0 (Build: 2015100500)'; $plugin->release = '5.0 (Build: 2015102200)';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment