From: stronk7 Date: Sat, 19 Jul 2003 18:02:03 +0000 (+0000) Subject: Numerical questions included in backup/restore. Up a bit. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=309fbe568175699a1813d31d42e0ab363ebf07c2;p=moodle.git Numerical questions included in backup/restore. Up a bit. --- diff --git a/backup/backup_version.php b/backup/backup_version.php index 8307737ad2..6a4dd441c8 100644 --- a/backup/backup_version.php +++ b/backup/backup_version.php @@ -5,6 +5,6 @@ // database (backup_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$backup_version = 2003070700; // The current version is a date (YYYYMMDDXX) +$backup_version = 2003071900; // The current version is a date (YYYYMMDDXX) -$backup_release = "0.8.2 alpha"; // User-friendly version number +$backup_release = "0.8.3 alpha"; // User-friendly version number