From a057e13d1fe3b125fed6fd9e03c4c8f6267cd735 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 23 Aug 2003 00:36:08 +0000 Subject: [PATCH] Up to 0.8.9 alpha. Now multianswer questions are working too. Too complicated !! --- backup/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/version.php b/backup/version.php index 9b9d27d16a..2807f48155 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 = 2003081800; // The current version is a date (YYYYMMDDXX) +$backup_version = 2003082300; // The current version is a date (YYYYMMDDXX) -$backup_release = "0.8.8 alpha"; // User-friendly version number +$backup_release = "0.8.9 alpha"; // User-friendly version number -- 2.39.5