Browse Source

Fix: version number in version.php

MOODLE_19_STABLE
ubuntu 12 years ago
parent
commit
cd6d6c4837
  1. 4
      version.php

4
version.php

@ -8,8 +8,8 @@
* @package game * @package game
**/ **/
$module->version = 2011082604; // The current module version (Date: YYYYMMDDXX) $module->version = 2012122801; // The current module version (Date: YYYYMMDDXX)
$module->release = 'v2.11.08 (2011082604)'; $module->release = 'v2.12.12.28 (2012122801)';
$module->cron = 0; // Period for cron to check this module (secs) $module->cron = 0; // Period for cron to check this module (secs)
$module->requires = 2007101512; // Requires this Moodle version $module->requires = 2007101512; // Requires this Moodle version

Loading…
Cancel
Save