From 96e82cc6dda130b0a82af2e7f10e3f63e195423f Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 3 Aug 2026 09:56:29 -0700 Subject: [PATCH] Bump version to 1.12.0 Releases the undo/crash-recovery/syntax-highlighting correctness work and the GUI CRLF paste fix accumulated since v1.11.3. Co-Authored-By: Claude Opus 5 (1M context) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index facd289..98cbe01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(kte) include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 20) -set(KTE_VERSION "1.11.3") +set(KTE_VERSION "1.12.0") # Default to terminal-only build to avoid SDL/OpenGL dependency by default. # Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.