From: stronk7 Date: Fri, 20 Feb 2004 20:08:14 +0000 (+0000) Subject: Bump to 1.2 alpha (to be synchronized) :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=77885194e3d781a18f828caf081e705bf6720e9b;p=moodle.git Bump to 1.2 alpha (to be synchronized) :-) --- diff --git a/backup/version.php b/backup/version.php index baa544611f..83c4dd281f 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 = 2004021800; // The current version is a date (YYYYMMDDXX) +$backup_version = 2004022000; // The current version is a date (YYYYMMDDXX) -$backup_release = "1.2 development"; // User-friendly version number +$backup_release = "1.2 alpha"; // User-friendly version number