You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
591 B
15 lines
591 B
<?php // $Id: version.php,v 1.35.2.12 2011/08/27 19:40:28 bdaloukas Exp $
|
|
/**
|
|
* Code fragment to define the version of game
|
|
* This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
*
|
|
* @author
|
|
* @version $Id: version.php,v 1.35.2.12 2011/08/27 19:40:28 bdaloukas Exp $
|
|
* @package game
|
|
**/
|
|
|
|
$module->version = 2012122801; // The current module version (Date: YYYYMMDDXX)
|
|
$module->release = 'v2.12.12.28 (2012122801)';
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
$module->requires = 2007101512; // Requires this Moodle version
|
|
|