summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--version.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e8df90968..7afe7af3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.0.5.1 (Sep 24, 2005)
+
+ - Fixes MySQL schema bug of 1.0.5.
+
v1.0.5 (Sep 23, 2005)
- Fixes several issues reported since 1.0.4.
diff --git a/version.php b/version.php
index be0781f88..d7dbb4c75 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?
- define(VERSION, "1.0.5");
+ define(VERSION, "1.0.5.1");
?>