mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
merging changes from MOODLE_16_STABLE
This commit is contained in:
parent
889e6b46f4
commit
a8ff58dd2c
7 changed files with 147 additions and 137 deletions
|
@ -3,9 +3,9 @@
|
|||
/// Code fragment to define the version of hotpot
|
||||
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
$module->version = 2006052200; // release date of this version (see note below)
|
||||
$module->release = 'v2.1.20'; // human-friendly version name (used in mod/hotpot/lib.php)
|
||||
$module->cron = 0; // period for cron to check this module (secs)
|
||||
$module->version = 2006071600; // release date of this version (see note below)
|
||||
$module->release = 'v2.1.21'; // human-friendly version name (used in mod/hotpot/lib.php)
|
||||
$module->cron = 0; // period for cron to check this module (secs)
|
||||
// interpretation of YYYYMMDDXY version numbers
|
||||
// YYYY : year
|
||||
// MM : month
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue