From: stronk7 Date: Thu, 13 May 2004 16:00:48 +0000 (+0000) Subject: Just to be "aligned" with main Moodle version...:-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c6e02da78f89f25fbb289cd24337066edc9ec5ea;p=moodle.git Just to be "aligned" with main Moodle version...:-) --- diff --git a/backup/version.php b/backup/version.php index f96b83d554..f847056ed5 100644 --- a/backup/version.php +++ b/backup/version.php @@ -5,6 +5,6 @@ // database (backup_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$backup_version = 2004051000; // The current version is a date (YYYYMMDDXX) +$backup_version = 2004051300; // The current version is a date (YYYYMMDDXX) -$backup_release = "1.3 beta"; // User-friendly version number +$backup_release = "1.3 Beta +"; // User-friendly version number