2 // This file defines the current version of the
3 // backup/restore code that is being used. This can be
4 // compared against the values stored in the
5 // database (backup_version) to determine whether upgrades should
6 // be performed (see db/backup_*.php)
8 $backup_version = 2005060300; // The current version is a date (YYYYMMDDXX)
10 $backup_release = "1.5"; // User-friendly version number