From 4f93ac2254539b10e530f48ef1c5e6e82e001445 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 29 Jun 2003 23:03:49 +0000 Subject: [PATCH] Update version to 0.7 alpha Changes is backup to avoid duplicate tag names !! Broken backup/restore compatibility with previous versions --- backup/backup_version.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backup/backup_version.php b/backup/backup_version.php index 756ce8fe1e..97df2a4c9a 100644 --- a/backup/backup_version.php +++ b/backup/backup_version.php @@ -5,6 +5,7 @@ // database (backup_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$backup_version = 2003062900; // The current version is a date (YYYYMMDDXX) +$backup_version = 2003063003; // The current version is a date (YYYYMMDDXX) -$backup_release = "0.6.4 alpha"; // User-friendly version number +$backup_release = "0.7.0 alpha (Previous backup compatibility broken !!)

+ See Bug 84"; // User-friendly version number -- 2.39.5