From c4c8f73c4a1f0f61cac2a912abdf74d71d214429 Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Sat, 3 May 2003 23:17:40 +0000
Subject: [PATCH] File that contains currect backup/restore version. To use
 with the auto-update feature (copied from moodle main code).

---
 backup/backup_version.php | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 backup/backup_version.php

diff --git a/backup/backup_version.php b/backup/backup_version.php
new file mode 100644
index 0000000000..2ad2e9fc8e
--- /dev/null
+++ b/backup/backup_version.php
@@ -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
-- 
2.39.5