summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-21 12:41:18 +0400
committerAndrew Dolgov <[email protected]>2012-02-21 12:41:18 +0400
commitea749a3b5da79279468aab80f918e19995b1507b (patch)
tree36fe69d06b756c3c783bd25d617db822579e0050
parent56fbb82cb004fb6f8689ee7f50be05d6a927f9f1 (diff)
release 1.5.10
-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 f18e6d85c..0d6552381 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tt-rss (1.5.10) unstable; urgency=low
+
+ * New release
+
+ -- Andrew Dolgov <[email protected]> Tue, 21 Feb 2012 12:41:04 +0400
+
tt-rss (1.5.9+git20120124) unstable; urgency=low
* New snapshot
diff --git a/include/version.php b/include/version.php
index 8c7f936bd..639d2a6b9 100644
--- a/include/version.php
+++ b/include/version.php
@@ -1,3 +1,3 @@
<?php
- define('VERSION', "1.5.9");
+ define('VERSION', "1.5.10");
?>