]> git.mjollnir.org Git - moodle.git/commitdiff
Updated versions in preparation for 1.0 release tomorrow
authormartin <martin>
Sun, 18 Aug 2002 16:39:50 +0000 (16:39 +0000)
committermartin <martin>
Sun, 18 Aug 2002 16:39:50 +0000 (16:39 +0000)
mod/assignment/version.php
mod/choice/version.php
mod/forum/version.php
mod/journal/version.php
mod/survey/version.php
version.php

index f6e0b1e603c067a251a3cc846e3975b7491c325b..b3823181edb758b231200986d58c463ce0496f33 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 2002080701;
+$module->version  = 2002082000;
 $module->cron     = 60;
 
 function assignment_upgrade($oldversion) {
index 0a4b28bdf346196acddf382cfb49cba291ad641a..d916fed2b45eda669d23cd7bb8bda63893b697b1 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 2002080500;
+$module->version  = 2002082000;
 $module->cron     = 0;
 
 function choice_upgrade($oldversion) {
index 0cbf060551e4c23ff1727fc478b16def1da12be2..b53a686fcbd86ad161d00df8aafcdfda3ee3a59e 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 2002080503;
+$module->version  = 2002082000;
 $module->cron     = 60;
 
 function forum_upgrade($oldversion) {
index 66b1955ef454c28da4b8a4e020e0daae64d3fb5a..96e283942f1ba07ba8346d2935b379a99d5200d2 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 2002080500;
+$module->version  = 2002082000;
 $module->cron     = 60;
 
 function journal_upgrade($oldversion) {
index 77af81ebe167823a9f810e6183d457073102ec94..2827e40e0ed46e9dcd75367c2e75902ed80c4218 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 2002081400;
+$module->version  = 2002082000;
 $module->cron     = 0;
 
 function survey_upgrade($oldversion) {
index da5e48afc4ac2a1ca9cb509c353f90dc13fe0fe3..68b4a7e66530123b302624171edfbe5f840c9432 100644 (file)
@@ -17,7 +17,7 @@
 // If there's something it cannot do itself, it 
 // will tell you what you need to do.
 
-$version = 2002081503;
+$version = 2002082000;
 
 function upgrade_moodle($oldversion=0) {