From 04f993be7563de76eaafc89bb97edbbc8d9e941f Mon Sep 17 00:00:00 2001 From: Shy Date: Thu, 12 Jun 2025 20:57:04 -0400 Subject: [PATCH] Version bump --- CMakeLists.txt | 4 ++-- src/sist.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b78ee02..0ccf96f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ target_include_directories( target_compile_options( sist2 PRIVATE - -fPIC +# -fPIC ) if (SIST_DEBUG) @@ -147,7 +147,7 @@ add_dependencies( target_link_libraries( sist2 - m +# m z argparse unofficial::mongoose::mongoose diff --git a/src/sist.h b/src/sist.h index 0be3af7..1cfb7b5 100644 --- a/src/sist.h +++ b/src/sist.h @@ -55,7 +55,7 @@ static const char *const Version = VERSION; static const int VersionMajor = 3; static const int VersionMinor = 4; -static const int VersionPatch = 3; +static const int VersionPatch = 4; #ifndef SIST_PLATFORM #define SIST_PLATFORM unknown