mirror of
https://github.com/moodle/moodle.git
synced 2025-02-06 00:05:43 +01:00
ba484b2108
Using gmt functions to avoid TZ displacements... (http://moodle.org/bugs/bug.php?op=show&bugid=1422) And BUMP version.
11 lines
413 B
PHP
11 lines
413 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 = 2004051600; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$backup_release = "1.3 Beta +"; // User-friendly version number
|