From 388052cd9c99b9cab5efddf1bac0a067534f357f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 29 Jul 2003 19:48:06 +0000 Subject: [PATCH] Solved two importat bugs. Numerical Questions now working. Included support to Moodle's language system. --- backup/backup_version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5