mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00

question types. And modified some of the quiz_answers restore system to allow remapping answers with existing questions. //Detected by scott dot elliott at mchsi dot com in Bug 84
10 lines
414 B
PHP
10 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 = 2003081500; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$backup_release = "0.8.7 alpha"; // User-friendly version number
|