From: martin Date: Fri, 24 May 2002 06:35:03 +0000 (+0000) Subject: Added version number for Moodle X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9c438a5bc3510675177b65af1a6188920bc08cd2;p=moodle.git Added version number for Moodle --- diff --git a/lib/setup.php b/lib/setup.php index 4989655306..6a12ff0473 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -16,6 +16,10 @@ error_reporting(7); // use 0=none 7=normal 15=all +// Moodle overall version + + $CFG->moodleversion = "1.0"; + // Default editing time for discussions and the like (in seconds) $CFG->maxeditingtime = 1800;