diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-01-21 09:15:28 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-01-21 09:15:28 +0400 |
| commit | 8689b8070bda50afe0d822cdd312a591227c3d7a (patch) | |
| tree | bfbf63ad0050f120beab2f38fcafb9160838591d | |
| parent | 3e4af5b0b3cc36a3ada907ac67f1b569399ada1b (diff) | |
release 1.5.9
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | include/version.php | 2 |
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 <fox@madoka.volgo-balt.ru> 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"); ?> |