typo in release

This commit is contained in:
2025-11-22 01:40:49 -08:00
parent 3ea7c31cba
commit c8a43fb328
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- uses: mislav/bump-homebrew-formula-action@v3 - uses: mislav/bump-homebrew-formula-action@v3
with: with:
formula-name: ke formula-name: ke
formula-path: Formula/kw.rb formula-path: Formula/ke.rb
homebrew-tap: kisom/homebrew-tap homebrew-tap: kisom/homebrew-tap
base-branch: master base-branch: master
commit-message: | commit-message: |

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
project(ke C) # Specify C language explicitly project(ke C) # Specify C language explicitly
set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD 99)
set(KE_VERSION "1.0.3") set(KE_VERSION "1.0.4")
set(CMAKE_C_FLAGS "-Wall -Wextra -pedantic -Wshadow -Werror -std=c99 -g") set(CMAKE_C_FLAGS "-Wall -Wextra -pedantic -Wshadow -Werror -std=c99 -g")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_DEFAULT_SOURCE -D_XOPEN_SOURCE") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_DEFAULT_SOURCE -D_XOPEN_SOURCE")