moodle/backup/version.php
stronk7 4398d023a9 Updated:
- Teachers can backup/restore their courses.
- New option "restore to existing, deleting old".
- backupdata dirname harcoded.
- backup and restore buttons in main course page.
2003-08-03 01:05:38 +00:00

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