From 79050beed7682d0338742de7b51ecf020e81a5f1 Mon Sep 17 00:00:00 2001 From: gbateson Date: Fri, 20 Jan 2006 01:05:13 +0000 Subject: [PATCH] micro-increment version number to v2.1.9 --- mod/hotpot/README.TXT | 2 +- mod/hotpot/version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/hotpot/README.TXT b/mod/hotpot/README.TXT index eed226c9a32..81063025b83 100644 --- a/mod/hotpot/README.TXT +++ b/mod/hotpot/README.TXT @@ -1,4 +1,4 @@ -This is v2.1.5 of the HotPot module +This is v2.1.9 of the HotPot module This module allows teachers to administer Hot Potatoes and TexToys quizzes via Moodle. It has been tested on: - Hot Potatoes 6 diff --git a/mod/hotpot/version.php b/mod/hotpot/version.php index 2a7333e061a..4e520d3ad83 100644 --- a/mod/hotpot/version.php +++ b/mod/hotpot/version.php @@ -3,8 +3,8 @@ /// Code fragment to define the version of hotpot /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2005090708; // release date of this version (see note below) -$module->release = 'v2.1.8'; // human-friendly version name (used in mod/hotpot/lib.php) +$module->version = 2005090709; // release date of this version (see note below) +$module->release = 'v2.1.9'; // 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