From: martin Date: Thu, 26 Sep 2002 07:25:47 +0000 (+0000) Subject: Update the version X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=41e1986cdc8deb29fe9049c0df6dbc1314c317ab;p=moodle.git Update the version --- diff --git a/version.php b/version.php index 50d863efad..3934ae9f7a 100644 --- a/version.php +++ b/version.php @@ -18,10 +18,10 @@ // If there's something it cannot do itself, it // will tell you what you need to do. -$version = 2002092500; // The current version is a date (YYYYMMDDXX) where +$version = 2002092600; // The current version is a date (YYYYMMDDXX) where // XX is a number that increments during the day -$release = "1.0.5 beta 1"; // For humans only, not used for the upgrade process +$release = "1.0.5 beta 2 dev"; // For humans only, not used for the upgrade process function upgrade_moodle($oldversion=0) {