This commit is contained in:
2025-11-21 23:23:22 -08:00
parent 7ab50da2af
commit dda1cfc18f
3 changed files with 26 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
project(ke C) # Specify C language explicitly
set(CMAKE_C_STANDARD 99)
set(KE_VERSION "0.9.3")
set(KE_VERSION "1.0.0")
# Add executable
add_executable(ke main.c)