Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMaracine committed Jun 14, 2024
1 parent d1f4aa4 commit 9cb040b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cpp_shared_ref/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
namespace sm {
inline constexpr unsigned int VERSION_MAJOR {0};
inline constexpr unsigned int VERSION_MINOR {4};
inline constexpr unsigned int VERSION_PATCH {0};
inline constexpr unsigned int VERSION_PATCH {1};
}
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
function(set_compile_options_and_features target)
if(UNIX)
target_compile_options(${target} PRIVATE "-Wall" "-Wextra" "-Wpedantic" "-Wconversion")
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
elseif(MSVC)
target_compile_options(${target} PRIVATE "/W4")
else()
message(WARNING "Warnings are not enabled")
Expand Down

0 comments on commit 9cb040b

Please sign in to comment.