Skip to content

Commit 9f035e6

Browse files
committed
version 2.10.1
1 parent c2e38eb commit 9f035e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SET(ENABLE_NLS TRUE CACHE BOOL "enable translation")
3636
SET(XDG_DIR ${XDG_DIR} CACHE STRING "default xdg dir")
3737

3838
SET(TERMIT_PACKAGE "termit")
39-
SET(TERMIT_PACKAGE_VERSION "2.10.0")
39+
SET(TERMIT_PACKAGE_VERSION "2.10.1")
4040
SET(TERMIT_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
4141
SET(TERMIT_XDG_DIR "${XDG_DIR}/termit")
4242
SET(TERMIT_PACKAGE_NAME "termit - terminal emulator")

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version 2.10.1
2+
Fixed error with conflicting libvte/Gtk versions
13
Fixed ebuild (by Ilya Mochalov).
24
Suppress "invalid option" for -e.
35
Fixed missing link to math library (by Thomas Koch)

0 commit comments

Comments
 (0)