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 aa2cadb1a..da05fae84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tt-rss (1.5.8.1) unstable; urgency=low
+
+ * New release
+
+ -- Andrew Dolgov <[email protected]> Thu, 22 Dec 2011 22:28:48 +0400
+
tt-rss (1.5.8) unstable; urgency=low
* New release
diff --git a/include/version.php b/include/version.php
index 3cca9f269..70d469f3c 100644
--- a/include/version.php
+++ b/include/version.php
@@ -1,3 +1,3 @@
<?php
- define('VERSION', "1.5.8");
+ define('VERSION', "1.5.8.1");
?>