Update version.php
authorDan Marsden <dan@danmarsden.com>
Thu, 27 Feb 2014 20:03:17 +0000 (09:03 +1300)
committerDan Marsden <dan@danmarsden.com>
Thu, 27 Feb 2014 20:03:17 +0000 (09:03 +1300)
bump version for release in plugins db

version.php

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