bump version

This commit is contained in:
2025-12-04 23:08:11 -08:00
parent ee2c9939d7
commit 7069943df5
2 changed files with 13 additions and 1 deletions

View File

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