summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--version.php2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ea720652b..11b929c2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-v1.0.6 (Oct xx, 2005)
+v1.0.6 (Oct 13, 2005)
- - Miscellaneous bugfixes since 1.0.5.1
+ - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
+ mysql schema bug.
v1.0.5.1 (Sep 24, 2005)
diff --git a/version.php b/version.php
index d7dbb4c75..3d5645179 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?
- define(VERSION, "1.0.5.1");
+ define(VERSION, "1.0.6");
?>