mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
File that contains currect backup/restore version. To use with the
auto-update feature (copied from moodle main code).
This commit is contained in:
parent
8cc242516e
commit
c4c8f73c4a
10
backup/backup_version.php
Normal file
10
backup/backup_version.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?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 = 2003050301; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "0.1.0 beta"; // User-friendly version number
|
Loading…
x
Reference in New Issue
Block a user