moodle/backup/version.php
stronk7 6d1e416208 Now MIM is restored completely too!!!
It was more complex than I thought!
2005-02-13 19:09:41 +00:00

11 lines
418 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 = 2005021300; // The current version is a date (YYYYMMDDXX)
$backup_release = "1.5 development"; // User-friendly version number