mirror of
https://github.com/moodle/moodle.git
synced 2025-02-06 00:05:43 +01:00
I've tested it against 10 courses (manual and scheduled) and everything seems to work fine. In some days I'll test it againt some BIG course (if moodle.org is updated to this version). Dump version to 1.3 beta (as I think everything is finished now). :-)
11 lines
411 B
PHP
11 lines
411 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 = 2004051000; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$backup_release = "1.3 beta"; // User-friendly version number
|