]> git.mjollnir.org Git - moodle.git/commitdiff
Fix for Bug #5419 - Inconsistency between log_display and log tables. Bumped
authorvyshane <vyshane>
Fri, 5 May 2006 08:43:00 +0000 (08:43 +0000)
committervyshane <vyshane>
Fri, 5 May 2006 08:43:00 +0000 (08:43 +0000)
version number.

version.php

index 842f4da90d3027c90b397a0c28065c5cb2ba4941..91bde0e65b0e2787253fa6078097a5c4c8e7a84c 100644 (file)
@@ -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