Files
moodle/backup/version.php
T
stronk7 63a3695bfa Now every all the logs are restored.
Please, test it !!
2004-02-22 19:22:05 +00:00

11 lines
412 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 = 2004022200; // The current version is a date (YYYYMMDDXX)
$backup_release = "1.2 alpha"; // User-friendly version number