Index: temp_moodle_dev/lamstwo/version.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/lamstwo/Attic/version.php,v diff -u -r1.1 -r1.2 --- temp_moodle_dev/lamstwo/version.php 24 Nov 2006 01:54:15 -0000 1.1 +++ temp_moodle_dev/lamstwo/version.php 18 Aug 2008 07:31:54 -0000 1.2 @@ -5,8 +5,8 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2006092601; // The current module version (Date: YYYYMMDDXX) -$module->requires = 2006080900; // Requires this Moodle version +$module->version = 2008052100; // The current module version (Date: YYYYMMDDXX) +$module->requires = 2007021400; // Requires this Moodle version (1.8) $module->cron = 0; // Period for cron to check this module (secs) ?>