moodle/backup/backup_version.php
stronk7 c4c8f73c4a File that contains currect backup/restore version. To use with the
auto-update feature (copied from moodle main code).
2003-05-03 23:17:40 +00:00

10 lines
413 B
PHP

<?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