bump version of stable release to include latest fixes
authorDan Marsden <dan@danmarsden.com>
Fri, 9 May 2014 01:33:07 +0000 (13:33 +1200)
committerDan Marsden <dan@danmarsden.com>
Fri, 9 May 2014 01:33:07 +0000 (13:33 +1200)
version.php

index 70a3faa..ed95d2e 100644 (file)
@@ -22,9 +22,9 @@
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
-$module->version  = 2014022800;
+$module->version  = 2014022801;
 $module->requires = 2013040500;
-$module->release = '2.6.0';
+$module->release = '2.6.1';
 $module->maturity  = MATURITY_STABLE;
 $module->cron     = 0;
 $module->component = 'mod_attendance';