Skip to content

Commit

Permalink
Version bump to 1.9.11-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Mar 6, 2022
1 parent 5409e3a commit 3cad8db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions rpm/toeterm.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Sun Mar 6 2022 Matti Viljanen (direc85) 1.9.11-1
- Add ISO-8613-6 24-bit color support (2;s;r;g;b)
- Add COLORTERM environmental variable
- Opt out from sandboxing
- Update but disable version bump script

* Sun Feb 6 2022 Matti Viljanen (direc85) 1.9.10-1
- Fix broken 256-color support

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.10
Version: 1.9.11
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.10
VER = 1.9.11
REL = 1

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

0 comments on commit 3cad8db

Please sign in to comment.