From ae822083c222ba76cd4d47b501f523c5d2d07c18 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 2 Dec 2025 11:22:59 -0800 Subject: [PATCH] Bump version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 195ce99..80838f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(kte) include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 17) -set(KTE_VERSION "1.2.2") +set(KTE_VERSION "1.2.3") # Default to terminal-only build to avoid SDL/OpenGL dependency by default. # Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.