Skip to content

Commit

Permalink
Update CMakeLists.txt version (See #2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerikiyoXD authored Apr 7, 2024
1 parent cda40c6 commit cbe6d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cmake_policy(SET CMP0042 NEW)
cmake_policy(SET CMP0091 NEW)

project(capstone
VERSION 5.0
VERSION 5.0.1
)

set(UNIX_COMPILER_OPTIONS -Werror -Wshift-negative-value -Wreturn-type -Wformat -Wmissing-braces -Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool-context -Wmisleading-indentation)
Expand Down

0 comments on commit cbe6d7f

Please sign in to comment.