]> git.mjollnir.org Git - moodle.git/commitdiff
File that contains currect backup/restore version. To use with the
authorstronk7 <stronk7>
Sat, 3 May 2003 23:17:40 +0000 (23:17 +0000)
committerstronk7 <stronk7>
Sat, 3 May 2003 23:17:40 +0000 (23:17 +0000)
auto-update feature (copied from moodle main code).

backup/backup_version.php [new file with mode: 0644]

diff --git a/backup/backup_version.php b/backup/backup_version.php
new file mode 100644 (file)
index 0000000..2ad2e9f
--- /dev/null
@@ -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