From 39564db029d460798aed8c43c6dca1eb2f217df8 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 10 Mar 2004 17:12:00 +0000 Subject: [PATCH] Solved bug 1123 and two more bugs when restoring users and scales. Solved !!. Bump. --- backup/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/version.php b/backup/version.php index 01c6c5cafc..3eaec386f0 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 = 2004030900; // The current version is a date (YYYYMMDDXX) +$backup_version = 2004031000; // The current version is a date (YYYYMMDDXX) $backup_release = "1.2 Beta+"; // User-friendly version number -- 2.39.5