Version Updated to a Rounded Number.

We'll use this number to determinate the code to be used
in quiz restore making these assumptions:

- backup_version < 2005043000, old quiz version.
- backup_version >=2005043000, new quiz version.

This will cover near every backup in the world, only
some backups generated last week will be wrong but I
think we can ignore them (we are in alpha stage).
This commit is contained in:
stronk7
2005-05-09 19:18:37 +00:00
parent f3c3028c0b
commit e61aa22042
+1 -1
View File
@@ -5,6 +5,6 @@
// database (backup_version) to determine whether upgrades should
// be performed (see db/backup_*.php)
$backup_version = 2005042300; // The current version is a date (YYYYMMDDXX)
$backup_version = 2005043000; // The current version is a date (YYYYMMDDXX)
$backup_release = "1.5 beta"; // User-friendly version number