diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index c8d8db5..4b24b9e 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -2,7 +2,7 @@ ttrss (0.5.2) unstable; urgency=low * updated translations from transifex * added reloading of server feed when update returns without new items - -- Hauke Schade Mon, 13 Apr 2015 19:20:16 +0200 + -- Hauke Schade Sat, 30 May 2015 11:40:42 +0200 ttrss (0.5.1) unstable; urgency=low * added svedish and dutch translations diff --git a/ttrss.pro b/ttrss.pro index 10ad36a..4832ae5 100644 --- a/ttrss.pro +++ b/ttrss.pro @@ -17,7 +17,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see # http://www.gnu.org/licenses/. -VERSION = 0.5.1 +VERSION = 0.5.2 DEFINES += APP_VERSION=\\\"$$VERSION\\\" DEFINES += TARGET=\\\"$$TARGET\\\" @@ -97,7 +97,8 @@ OTHER_FILES += \ qtc_packaging/debian_harmattan/changelog \ $$files(qml/ttrss/sailfish/*.qml) \ $$files(qml/ttrss/sailfish/pages/*.qml) \ - $$files(qml/ttrss/sailfish/items/*.qml) + $$files(qml/ttrss/sailfish/items/*.qml) \ + *.desktop TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts