From: stronk7 Date: Thu, 20 May 2004 08:22:15 +0000 (+0000) Subject: Bump to 1.3 Final. Ready... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=30f649342ce45f127c309d13e1e81ff612c8baf8;p=moodle.git Bump to 1.3 Final. Ready... (only bug 1420 ) remains in process... --- diff --git a/backup/version.php b/backup/version.php index 87c20cba81..7a8d953ec5 100644 --- a/backup/version.php +++ b/backup/version.php @@ -5,6 +5,6 @@ // database (backup_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$backup_version = 2004051600; // The current version is a date (YYYYMMDDXX) +$backup_version = 2004052000; // The current version is a date (YYYYMMDDXX) -$backup_release = "1.3 Beta +"; // User-friendly version number +$backup_release = "1.3"; // User-friendly version number