From f80562933ec50e424ecab9f0fbe9c4a19a9c942f Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sat, 24 Apr 2021 21:59:27 +0300 Subject: [PATCH] Version bump to 1.9.4-1 --- rpm/toeterm.yaml | 3 +-- toeterm.pro | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rpm/toeterm.yaml b/rpm/toeterm.yaml index ebd9901..e308459 100644 --- a/rpm/toeterm.yaml +++ b/rpm/toeterm.yaml @@ -1,7 +1,6 @@ Name: toeterm Summary: A terminal emulator with a custom virtual keyboard -# Checklist: util.cpp -Version: 1.9.3 +Version: 1.9.4 Release: 1 Group: System/Base License: GPLv2 diff --git a/toeterm.pro b/toeterm.pro index 1640233..d19bdbf 100644 --- a/toeterm.pro +++ b/toeterm.pro @@ -3,7 +3,7 @@ CONFIG += sailfishapp link_pkgconfig PKGCONFIG += sailfishapp nemonotifications-qt5 LIBS += -lutil -VER = 1.9.3 +VER = 1.9.4 REL = 1 VERSION = $${VER}-$${REL}