Compare commits

...

1 Commits

Author SHA1 Message Date
f4b3188069 Forgot to bump patch version. 2026-03-17 17:28:57 -07:00

View File

@@ -4,7 +4,7 @@ project(kte)
include(GNUInstallDirs)
set(CMAKE_CXX_STANDARD 20)
set(KTE_VERSION "1.8.0")
set(KTE_VERSION "1.8.2")
# Default to terminal-only build to avoid SDL/OpenGL dependency by default.
# Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.