micro-increment version number to 2006042101 (release = v2.1.16)

This commit is contained in:
gbateson 2006-04-23 11:55:02 +00:00
parent df795ee950
commit 3da3e957f9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
This is v2.1.15 of the HotPot module This is v2.1.16 of the HotPot module
This module allows teachers to administer Hot Potatoes and TexToys quizzes via Moodle. This module allows teachers to administer Hot Potatoes and TexToys quizzes via Moodle.
It has been tested on: It has been tested on:

View File

@ -3,8 +3,8 @@
/// Code fragment to define the version of hotpot /// Code fragment to define the version of hotpot
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
$module->version = 2006042100; // release date of this version (see note below) $module->version = 2006042101; // release date of this version (see note below)
$module->release = 'v2.1.15'; // human-friendly version name (used in mod/hotpot/lib.php) $module->release = 'v2.1.16'; // human-friendly version name (used in mod/hotpot/lib.php)
$module->cron = 0; // period for cron to check this module (secs) $module->cron = 0; // period for cron to check this module (secs)
// interpretation of YYYYMMDDXY version numbers // interpretation of YYYYMMDDXY version numbers
// YYYY : year // YYYY : year