From 244299a374df810a53447aebc80f664ca6fdd380 Mon Sep 17 00:00:00 2001 From: gbateson Date: Sun, 17 Dec 2006 02:27:40 +0000 Subject: [PATCH] increased release number to v2.3.0, to differentiate this version fo the module from v2.2.0, which is used on Moodle 1.7 --- 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 fe711b63eb..7d44982ae0 100644 --- a/mod/hotpot/README.TXT +++ b/mod/hotpot/README.TXT @@ -1,5 +1,5 @@ ================================================== -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. diff --git a/mod/hotpot/version.php b/mod/hotpot/version.php index 3694beb55a..729ce0f5f8 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 = 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 -- 2.39.5