]> git.mjollnir.org Git - moodle.git/commitdiff
Changing session->data to medium text. Bug 5406.
authorstronk7 <stronk7>
Mon, 8 May 2006 16:40:44 +0000 (16:40 +0000)
committerstronk7 <stronk7>
Mon, 8 May 2006 16:40:44 +0000 (16:40 +0000)
(http://moodle.org/bugs/bug.php?op=show&bugid=5406)

Bump!

version.php

index 91bde0e65b0e2787253fa6078097a5c4c8e7a84c..7ab65dee220ec618c491640e0be0d380b661c7ff 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 = 2006050500;  // YYYYMMDD = date
+   $version = 2006050501;  // YYYYMMDD = date
                            //       XY = increments within a single day
 
    $release = '1.7 dev';    // Human-friendly version name
 
-?>
\ No newline at end of file
+?>