From: moodler Date: Wed, 20 Nov 2002 15:17:03 +0000 (+0000) Subject: Update version slightly X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1e77d2035c94869b3dbcc19c89f48502dd99ae25;p=moodle.git Update version slightly --- diff --git a/doc/release.html b/doc/release.html index 211ad229cc..8d5ede895f 100644 --- a/doc/release.html +++ b/doc/release.html @@ -34,6 +34,7 @@
  • Logout now sends you to the home page.
  • Timezones now range between -13 to 13 hours (for daylight saving).
  • Character set in email now matches current language +
  • User pictures are now uploaded even if other fields have errors diff --git a/version.php b/version.php index 10d5c61e0c..d69210107f 100644 --- a/version.php +++ b/version.php @@ -5,7 +5,7 @@ // database to determine whether upgrades should // be performed (see lib/db/*.php) -$version = 2002111900; // The current version is a date (YYYYMMDDXX) +$version = 2002112001; // The current version is a date (YYYYMMDDXX) $release = "1.0.6.4 beta"; // User-friendly version number