Bump version number to a recent date for master code
authorDan Marsden <dan@danmarsden.com>
Tue, 30 Jun 2015 10:19:12 +0000 (22:19 +1200)
committerDan Marsden <dan@danmarsden.com>
Tue, 30 Jun 2015 10:19:12 +0000 (22:19 +1200)
and tag release number

version.php

index ff213d4..ef417a6 100644 (file)
@@ -22,9 +22,9 @@
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
-$plugin->version  = 2015040503;
+$plugin->version  = 2015062900;
 $plugin->requires = 2014042900;
-$plugin->release = '2.9.1';
+$plugin->release = '2.9.2.1';
 $plugin->maturity  = MATURITY_STABLE;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';