summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-21 09:15:28 +0400
committerAndrew Dolgov <[email protected]>2012-01-21 09:15:28 +0400
commit8689b8070bda50afe0d822cdd312a591227c3d7a (patch)
treebfbf63ad0050f120beab2f38fcafb9160838591d
parent3e4af5b0b3cc36a3ada907ac67f1b569399ada1b (diff)
release 1.5.9
-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");
?>