File that contains currect backup/restore version. To use with the

auto-update feature (copied from moodle main code).
This commit is contained in:
stronk7 2003-05-03 23:17:40 +00:00
parent 8cc242516e
commit c4c8f73c4a

10
backup/backup_version.php Normal file
View File

@ -0,0 +1,10 @@
<?PHP //$Id$
// This file defines the current version of the
// backup/restore code that is being used. This can be
// compared against the values stored in the
// database (backup_version) to determine whether upgrades should
// be performed (see db/backup_*.php)
$backup_version = 2003050301; // The current version is a date (YYYYMMDDXX)
$backup_release = "0.1.0 beta"; // User-friendly version number