summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-13 02:08:12 +0100
committerAndrew Dolgov <[email protected]>2005-10-13 02:08:12 +0100
commiteb6355b5ead8e5ed636927f291412ad292fc7545 (patch)
tree5f883b0e8f06b725ead7ddd1a5030bfe09084219
parent8b7395bb64506180f9b7a76b00948cd4f3cb9de3 (diff)
release 1.0.6
-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");
?>