summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--version.php2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 78fef8557..b27d0cc6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tt-rss (1.5.7) unstable; urgency=low
+
+ * New release
+ * Changelog: http://tt-rss.org/redmine/versions/show/67
+
+ -- Andrew Dolgov <[email protected]> Tue, 22 Nov 2011 14:30:07 +0400
+
tt-rss (1.5.6+git20111120) unstable; urgency=low
* Change architecture to "all"
diff --git a/version.php b/version.php
index 82d3c7d2b..61445c55f 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
<?php
- define('VERSION', "1.5.6");
+ define('VERSION', "1.5.7");
?>