From 0a786cab750680477a301e83b635a6d5861ce894 Mon Sep 17 00:00:00 2001
From: martin <martin>
Date: Tue, 30 Jul 2002 10:45:36 +0000
Subject: [PATCH] Removed version (replaced by /version.php

---
 lib/setup.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/setup.php b/lib/setup.php
index 47f95a7ec8..c3a0641908 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -16,11 +16,7 @@
 
     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)
+// Default editing time for posts and the like (in seconds)
 
     $CFG->maxeditingtime = 1800;
 
-- 
2.39.5