Skip to content

Commit

Permalink
Version bump to 1.9.9-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Feb 6, 2022
1 parent 4ae0b02 commit b089642
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions rpm/toeterm.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 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
- Improve editing long lines in nano
- Implement 'Z' ANSI escape (back tab)
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.8
Version: 1.9.9
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.8
VER = 1.9.9
REL = 1

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

0 comments on commit b089642

Please sign in to comment.