moodle/backup/backup_version.php
stronk7 9079f6448c Updated to 0.8.0 alpha. Quizzes included !!
Broken compatibility with previous backups.
2003-07-03 23:21:27 +00:00

10 lines
486 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 = 2003070402; // The current version is a date (YYYYMMDDXX)
$backup_release = "0.8.0 alpha<br><font color=red>Broken compatibility with previous backups !!</font>"; // User-friendly version number