summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-24 13:35:47 +0100
committerAndrew Dolgov <[email protected]>2005-09-24 13:35:47 +0100
commita72607c4701bf97dc82f28617750e9cb808ce91c (patch)
tree64e739a675414360c8c2f06ad8e51b62858a33cd
parenta0d5a39abbf58afdf23e71e8f7090f4e2772343f (diff)
release 1.0.5.1
-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");
?>