Bumping to 1.5.3 for IMMINENT RELEASE. REALLY!!

This commit is contained in:
moodler
2005-11-17 07:25:25 +00:00
parent 9851f4d091
commit e6f7a0c41f
+2 -2
View File
@@ -6,10 +6,10 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2005060224; // YYYYMMDD = Moodle 1.5 Date
$version = 2005060230; // YYYYMMDD = Moodle 1.5 Date
// X = Moodle 1.5 Point release (0,1,2...)
// Y = Interim incrementer
$release = '1.5.2 +'; // Human-friendly version name
$release = '1.5.3'; // Human-friendly version name
?>