Files
moodle/backup/version.php
T
stronk7 bb5eb662d0 Labels, attendances and glosaries finished.
Updated a bit info in STATUS.txt
2003-09-18 18:52:40 +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 = 2003091900; // The current version is a date (YYYYMMDDXX)
$backup_release = "1.2 development"; // User-friendly version number