From 1c0f04f076fdf0a32505de3c7add17bae2ac8b60 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 10 Feb 2026 22:41:20 -0800 Subject: [PATCH] Bump version to 1.6.0. - Linear undo - Multicursor support - Reflow numbered lists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a46453..c1b407b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(kte) include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 20) -set(KTE_VERSION "1.5.9") +set(KTE_VERSION "1.6.0") # Default to terminal-only build to avoid SDL/OpenGL dependency by default. # Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.