From 953fee97d78cd51bc800cc1653802d2211f143ab Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 25 Mar 2026 07:43:49 -0700 Subject: [PATCH] Bump patch. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb04d66..3c255c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(kte) include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 20) -set(KTE_VERSION "1.10.0") +set(KTE_VERSION "1.10.1") # Default to terminal-only build to avoid SDL/OpenGL dependency by default. # Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.