Update CMakeLists.txt version (See #2310) (#2311)

Update CMakeLists.txt version to 5.0.1
Fix #2310
This commit is contained in:
PerikiyoXD 2024-04-22 05:58:43 +02:00 committed by GitHub
parent 1bd848fc74
commit 911b15c0e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ cmake_policy(SET CMP0042 NEW)
cmake_policy(SET CMP0091 NEW) cmake_policy(SET CMP0091 NEW)
project(capstone project(capstone
VERSION 5.0 VERSION 5.0.1
) )
if (MSVC) if (MSVC)