bump version
Some checks failed
Release / Bump Homebrew formula (push) Has been cancelled

This commit is contained in:
2025-11-25 15:50:35 -08:00
parent 78d522ba98
commit acde895fb7
2 changed files with 2 additions and 2 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 "1.3.5")
set(KE_VERSION "1.3.6")
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")

View File

@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation {
pname = "ke";
version = "1.3.5";
version = "1.3.6";
src = lib.cleanSource ./.;