From 9c438a5bc3510675177b65af1a6188920bc08cd2 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 24 May 2002 06:35:03 +0000 Subject: [PATCH] Added version number for Moodle --- lib/setup.php | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5