From f34e88c490b03cccb3bad9caea352c90dd5e58d7 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 30 Nov 2025 04:29:09 -0800 Subject: [PATCH] revert downwards --- .idea/workspace.xml | 25 +++++++++++++------------ CMakeLists.txt | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 14a36c6..49b6526 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -33,17 +33,9 @@ - + - - - - - - - - @@ -259,7 +259,8 @@ - diff --git a/CMakeLists.txt b/CMakeLists.txt index f5c481a..a476a04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(kte) include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 17) -set(KTE_VERSION "1.0.0") +set(KTE_VERSION "0.9.0") # Default to terminal-only build to avoid SDL/OpenGL dependency by default. # Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available.