==================================================
-This is v2.2.0 of the HotPot module for Moodle 1.8
+This is v2.3.0 of the HotPot module for Moodle 1.8
==================================================
This module allows teachers to administer Hot Potatoes and TexToys quizzes via Moodle.
/// Code fragment to define the version of hotpot
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
-$module->version = 2006091201; // release date of this version (see note below)
-$module->release = 'v2.2.0'; // human-friendly version name (used in mod/hotpot/lib.php)
+$module->version = 2006120100; // release date of this version (see note below)
+$module->release = 'v2.3.0'; // human-friendly version name (used in mod/hotpot/lib.php)
$module->requires = 2006080900; // Requires this Moodle version
$module->cron = 0; // period for cron to check this module (secs)
// interpretation of YYYYMMDDXY version numbers