micro-incremented version number to 2.1.5

This commit is contained in:
gbateson
2005-11-19 02:10:15 +00:00
parent 72e5f837c8
commit 14f793ba98
+2 -2
View File
@@ -5,8 +5,8 @@
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2005090704; // release date of this version (see note below)
$module->release = 'v2.1.4'; // human-friendly version name (used in mod/hotpot/lib.php)
$module->version = 2005090705; // release date of this version (see note below)
$module->release = 'v2.1.5'; // 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