summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--version.php2
2 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4b21b8496..1390e628a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
-v1.1.6 (May xx, 2006)
+v1.1.6 (May 02, 2006)
- * New option to prevent automatic feed updates of users
- who never logged on in specified amount of days.
+ * Bugfixes
v1.1.5 (Mar 31, 2006)
diff --git a/version.php b/version.php
index 9c9d172d3..eb59ada80 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
<?
- define(VERSION, "1.1.5");
+ define(VERSION, "1.1.6");
?>