moodle/backup/version.php

11 lines
409 B
PHP
Raw Normal View History

<?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)
2006-07-21 07:56:27 +00:00
$backup_version = 2006072000; // The current version is a date (YYYYMMDDXX)
2006-05-20 00:11:30 +00:00
$backup_release = "1.7dev"; // User-friendly version number