[harmattan] version bump to 0.5.2
This commit is contained in:
parent
0e069537ff
commit
58472550ed
2 changed files with 4 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ ttrss (0.5.2) unstable; urgency=low
|
||||||
* updated translations from transifex
|
* updated translations from transifex
|
||||||
* added reloading of server feed when update returns without new items
|
* added reloading of server feed when update returns without new items
|
||||||
|
|
||||||
-- Hauke Schade <cnlpete@cnlpete.de> Mon, 13 Apr 2015 19:20:16 +0200
|
-- Hauke Schade <cnlpete@cnlpete.de> Sat, 30 May 2015 11:40:42 +0200
|
||||||
|
|
||||||
ttrss (0.5.1) unstable; urgency=low
|
ttrss (0.5.1) unstable; urgency=low
|
||||||
* added svedish and dutch translations
|
* added svedish and dutch translations
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
|
||||||
# http://www.gnu.org/licenses/.
|
# http://www.gnu.org/licenses/.
|
||||||
|
|
||||||
VERSION = 0.5.1
|
VERSION = 0.5.2
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||||
DEFINES += TARGET=\\\"$$TARGET\\\"
|
DEFINES += TARGET=\\\"$$TARGET\\\"
|
||||||
|
|
@ -97,7 +97,8 @@ OTHER_FILES += \
|
||||||
qtc_packaging/debian_harmattan/changelog \
|
qtc_packaging/debian_harmattan/changelog \
|
||||||
$$files(qml/ttrss/sailfish/*.qml) \
|
$$files(qml/ttrss/sailfish/*.qml) \
|
||||||
$$files(qml/ttrss/sailfish/pages/*.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
|
TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue