Skip to content

Commit

Permalink
Bump version number for 2.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bostelm committed Apr 30, 2015
1 parent d5e475e commit 0551bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* This is the Moodle 2.5 branch of the scheduler module.
*/

$module->version = 2013092705; // The current module version (Date: YYYYMMDDXX)
$module->release = '2.5.2+'; // Human-friendly version name
$module->version = 2013092706; // The current module version (Date: YYYYMMDDXX)
$module->release = '2.5.3'; // Human-friendly version name
$module->requires = 2013051400; // Requires Moodle 2.5
$module->maturity = MATURITY_STABLE; // Stable branch

Expand Down

0 comments on commit 0551bfd

Please sign in to comment.