diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-31 09:18:31 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-31 09:18:31 +0900 |
commit | e8ba033af9eaaf3ae94981652efba1ce861c552a (patch) | |
tree | 609d40ad2a33fa1dffa190a6e7754dfe6addaf6e /CMakeLists.txt | |
parent | d11348889c07d9131bc2432290d6450ee08d33f0 (diff) | |
download | xbyak-e8ba033af9eaaf3ae94981652efba1ce861c552a.tar.gz xbyak-e8ba033af9eaaf3ae94981652efba1ce861c552a.zip |
v7.21
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b06512..d38ec83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.20.1) +project(xbyak LANGUAGES CXX VERSION 7.21) file(GLOB headers xbyak/*.h) |