summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--include/version.php2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7da06d975..857562071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tt-rss (1.5.9) unstable; urgency=low
+
+ * New release
+
+ -- Andrew Dolgov <[email protected]> Sat, 21 Jan 2012 09:15:07 +0400
+
tt-rss (1.5.8.1+git20111227) unstable; urgency=low
* New snapshot
diff --git a/include/version.php b/include/version.php
index 70d469f3c..8c7f936bd 100644
--- a/include/version.php
+++ b/include/version.php
@@ -1,3 +1,3 @@
<?php
- define('VERSION', "1.5.8.1");
+ define('VERSION', "1.5.9");
?>