summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-02 07:18:21 +0100
committerAndrew Dolgov <[email protected]>2006-05-02 07:18:21 +0100
commit84271c83c37d464665a57a116201493553ad46b7 (patch)
tree9949653b4364885293df85f0733d365fb04d1895
parent3fdaa0670ea2f6de0e9b1799666bdcb1015eb693 (diff)
release 1.1.6
-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");
?>