Skip to content

Commit

Permalink
Version bump to 1.9.10-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Feb 6, 2022
1 parent 8f2209c commit f463d5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion rpm/toeterm.changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Sun Feb 6 2022 Matti Viljanen (direc85 1.9.9-1
* Sun Feb 6 2022 Matti Viljanen (direc85) 1.9.10-1
- Fix broken 256-color support

* Sun Feb 6 2022 Matti Viljanen (direc85) 1.9.9-1
- Implement 24-bit color support (2;r;g;b)

* Sat Feb 5 2022 Matti Viljanen (direc85) 1.9.8-1
Expand Down
2 changes: 1 addition & 1 deletion rpm/toeterm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: toeterm
Summary: A terminal emulator with a custom virtual keyboard
Version: 1.9.9
Version: 1.9.10
Release: 1
Group: System/Base
License: GPLv2
Expand Down
2 changes: 1 addition & 1 deletion toeterm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CONFIG += sailfishapp link_pkgconfig
PKGCONFIG += sailfishapp nemonotifications-qt5
LIBS += -lutil

VER = 1.9.9
VER = 1.9.10
REL = 1

VERSION = $${VER}-$${REL}
Expand Down

0 comments on commit f463d5b

Please sign in to comment.