diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-08-02 09:43:55 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-08-02 09:43:55 +0900 |
commit | 322665e72046f244e060176e51da71bd8fe9b135 (patch) | |
tree | 7c72384b256f99bd4595f319a0fc5b7c08b61d72 /CMakeLists.txt | |
parent | ad178a2196ece9ab75f8b89f28c8f36169493b74 (diff) | |
download | xbyak-322665e72046f244e060176e51da71bd8fe9b135.tar.gz xbyak-322665e72046f244e060176e51da71bd8fe9b135.zip |
v6.72
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 2a13462..e4d0e53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6...3.0.2) -project(xbyak LANGUAGES CXX VERSION 6.71) +project(xbyak LANGUAGES CXX VERSION 6.72) file(GLOB headers xbyak/*.h) |