From: moodler Date: Wed, 2 Oct 2002 14:43:04 +0000 (+0000) Subject: New version number for development X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=168fe1427ac84e8899de201981a262894b7fafe0;p=moodle.git New version number for development --- diff --git a/version.php b/version.php index a9a65a76e3..d04d31a44c 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 = 2002092700; // The current version is a date (YYYYMMDDXX) where +$version = 2002100200; // The current version is a date (YYYYMMDDXX) where // XX is a number that increments during the day -$release = "1.0.5"; // For humans only, not used for the upgrade process +$release = "1.0.6 dev"; // For humans only, not used for the upgrade process function upgrade_moodle($oldversion=0) {