From 67a1d2572b50cf605430b2f9592eb212e329c54c Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sat, 30 Sep 2023 17:00:55 +0300 Subject: [PATCH] Version bump to 1.9.16-1 --- rpm/toeterm.changes | 4 ++++ rpm/toeterm.spec | 2 +- toeterm.pro | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/rpm/toeterm.changes b/rpm/toeterm.changes index 24d5460..705af0f 100644 --- a/rpm/toeterm.changes +++ b/rpm/toeterm.changes @@ -1,3 +1,7 @@ +* Sat Sep 30 2023 Matti Viljanen (direc85) 1.9.16-1 +- Built with Sailfish SDK 3.10.4 for 4.5.0.18 +- Set RPM compression to XZ + * Sat Sep 30 2023 Matti Viljanen (direc85) 1.9.15-1 - Backport keyPress() from FingerTerm, tweaked. Fixes #17 - Don't assume `--login` for default/fallback shell. Fixes #16 diff --git a/rpm/toeterm.spec b/rpm/toeterm.spec index f217f5c..5fa0137 100644 --- a/rpm/toeterm.spec +++ b/rpm/toeterm.spec @@ -11,7 +11,7 @@ Name: toeterm Summary: A terminal emulator with a custom virtual keyboard # Update .pro file too -Version: 1.9.15 +Version: 1.9.16 Release: 1 Group: System/Base License: GPLv2 diff --git a/toeterm.pro b/toeterm.pro index 7ef955b..2c3b56d 100644 --- a/toeterm.pro +++ b/toeterm.pro @@ -4,7 +4,7 @@ PKGCONFIG += sailfishapp nemonotifications-qt5 LIBS += -lutil # Update .spec file too -VER = 1.9.15 +VER = 1.9.16 REL = 1 VERSION = $${VER}-$${REL}