From: stronk7 Date: Wed, 21 Feb 2007 08:34:21 +0000 (+0000) Subject: Bump to 1.9dev (keeping sync with 18_STABLE version). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=82355e2f84caff7f6227eab3fba5c50434859502;p=moodle.git Bump to 1.9dev (keeping sync with 18_STABLE version). --- diff --git a/backup/version.php b/backup/version.php index dc0362b0b3..12172a9439 100644 --- a/backup/version.php +++ b/backup/version.php @@ -6,7 +6,7 @@ /// database (backup_version) to determine whether upgrades should /// be performed (see db/backup_*.php) - $backup_version = 2006082304; // The current version is a date (YYYYMMDDXX) - $backup_release = "1.8dev"; // User-friendly version number + $backup_version = 2007022100; // The current version is a date (YYYYMMDDXX) + $backup_release = "1.9dev"; // User-friendly version number ?>