Fix for Bug #5419 - Inconsistency between log_display and log tables. Bumped

version number.
This commit is contained in:
vyshane
2006-05-05 08:43:00 +00:00
parent 7235ae23f1
commit 0aa81bc346
+2 -2
View 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
?>
?>