]> git.mjollnir.org Git - moodle.git/commitdiff
Added version number for Moodle
authormartin <martin>
Fri, 24 May 2002 06:35:03 +0000 (06:35 +0000)
committermartin <martin>
Fri, 24 May 2002 06:35:03 +0000 (06:35 +0000)
lib/setup.php

index 49896553068bf240cd2b79fdd1653eb6317d10dd..6a12ff0473bf4bc2388f34d6fd0275fe312c9e83 100644 (file)
 
     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;