version bump
This commit is contained in:
parent
bad3c4926e
commit
fd699938b5
6 changed files with 15 additions and 6 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
|
||||
# http://www.gnu.org/licenses/.
|
||||
|
||||
VERSION = 0.4.3
|
||||
VERSION = 0.4.4
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
DEFINES += Q_OS_SAILFISH
|
||||
|
|
|
|||
|
|
@ -497,9 +497,9 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>GenericCover</name>
|
||||
<name>GenericUpdateCover</name>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/sailfish/cover/GenericCover.qml" line="70"/>
|
||||
<location filename="../qml/ttrss/sailfish/cover/GenericUpdateCover.qml" line="75"/>
|
||||
<source>Unread Items</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
ttrss (0.4.4) unstable; urgency=low
|
||||
* Updated translations
|
||||
* Added 'Display Labels in Item List' option
|
||||
* Added category selection for feed subscription
|
||||
* UI improvements
|
||||
* Added romanian translation
|
||||
|
||||
-- Hauke Schade <cnlpete@cnlpete.de> Sun, 12 Oct 2014 18:19:19 +0200
|
||||
|
||||
ttrss (0.4.3) unstable; urgency=low
|
||||
* updated translations
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Name: harbour-ttrss-cnlpete
|
|||
%{!?qtc_make:%define qtc_make make}
|
||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||
Summary: Tiny Tiny RSS Reader
|
||||
Version: 0.4.3
|
||||
Version: 0.4.4
|
||||
Release: 1
|
||||
Group: Applications/Internet
|
||||
License: GPLv2+
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: harbour-ttrss-cnlpete
|
||||
Summary: Tiny Tiny RSS Reader
|
||||
Version: 0.4.3
|
||||
Version: 0.4.4
|
||||
Release: 1
|
||||
Group: Applications/Internet
|
||||
URL: http://ttrss.cnlpete.de/
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
|
||||
# http://www.gnu.org/licenses/.
|
||||
|
||||
VERSION = 0.4.3
|
||||
VERSION = 0.4.4
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
# Add more folders to ship with the application, here
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue