From: vyshane Date: Fri, 5 May 2006 08:43:00 +0000 (+0000) Subject: Fix for Bug #5419 - Inconsistency between log_display and log tables. Bumped X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0aa81bc3462ba89b238599cdfb8395e97451f1b9;p=moodle.git Fix for Bug #5419 - Inconsistency between log_display and log tables. Bumped version number. --- diff --git a/version.php b/version.php index 842f4da90d..91bde0e65b 100644 --- a/version.php +++ b/version.php @@ -6,9 +6,9 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2006050400; // YYYYMMDD = date + $version = 2006050500; // YYYYMMDD = date // XY = increments within a single day $release = '1.7 dev'; // Human-friendly version name -?> +?> \ No newline at end of file