From 8f7211fc2c5a73c48c74ba295f5af2b26b95c665 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 18 Jul 2006 16:35:52 +0000 Subject: [PATCH] minor bump to perform some changes on grade_letter Mimic from MOODLE_16_STABLE --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index c6f7a9a606..6c7e870734 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2006060900; // YYYYMMDD = date + $version = 2006071800; // YYYYMMDD = date // XY = increments within a single day $release = '1.7 dev'; // Human-friendly version name -- 2.39.5