release 1.5.8

This commit is contained in:
Andrew Dolgov 2011-12-20 15:34:05 +04:00
parent d0dfb4c8a8
commit 761501fc9f
3 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
tt-rss (1.5.8) unstable; urgency=low
* New release
* Changelog: http://tt-rss.org/redmine/versions/show/69
-- Andrew Dolgov <fox@madoka.volgo-balt.ru> Tue, 20 Dec 2011 15:33:11 +0400
tt-rss (1.5.7) unstable; urgency=low
* New release

View File

@ -1,3 +1,3 @@
<?php
define('VERSION', "1.5.7");
define('VERSION', "1.5.8");
?>

View File

@ -14,7 +14,7 @@ debuild -i -us -uc -b -aamd64
cd ..
if [! -z "$DEPLOY_DEBS" ]; then
if [ ! -z "$DEPLOY_DEBS" ]; then
reprepro -b /var/www/apt include unstable tt-rss*_i386.changes
reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
fi