Skip to content

Commit

Permalink
Build tag for update
Browse files Browse the repository at this point in the history
  • Loading branch information
DisabledMallis committed Dec 8, 2023
1 parent 3a83acd commit f1587a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ mdkconf.json
!ziplib/Release/
!**/ziplib/Debug/*.lib
!**/ziplib/Release/*.lib
cmake-build-debug/
cmake-build-debug/
cmake-build-release/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXECUTE_PROCESS(
ERROR_QUIET
OUTPUT_STRIP_TRAILING_WHITESPACE)

add_compile_definitions(NKHOOK_BUILD_TAG=0.10.0)
add_compile_definitions(NKHOOK_BUILD_TAG=0.10.1)
add_compile_definitions(NKHOOK_BUILD_VERSION=${NKHOOK_BUILD_VERSION})
add_compile_definitions(_ITERATOR_DEBUG_LEVEL=0)
add_compile_options(/openmp)
Expand Down

0 comments on commit f1587a5

Please sign in to comment.