From: stronk7 <stronk7> Date: Tue, 29 Jul 2003 19:48:06 +0000 (+0000) Subject: Solved two importat bugs. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=388052cd9c99b9cab5efddf1bac0a067534f357f;p=moodle.git Solved two importat bugs. Numerical Questions now working. Included support to Moodle's language system. --- diff --git a/backup/backup_version.php b/backup/backup_version.php index 6a4dd441c8..f4ca7a2850 100644 --- a/backup/backup_version.php +++ b/backup/backup_version.php @@ -5,6 +5,6 @@ // database (backup_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$backup_version = 2003071900; // The current version is a date (YYYYMMDDXX) +$backup_version = 2003072900; // The current version is a date (YYYYMMDDXX) -$backup_release = "0.8.3 alpha"; // User-friendly version number +$backup_release = "0.8.4 alpha"; // User-friendly version number