diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-10-07 10:41:59 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-10-07 10:41:59 +0900 |
commit | 20b2b1eae1acc5d2443bc76e547d2b125b12299f (patch) | |
tree | ca4116c6b6ee2d68c62442e5f007a1463f8c2e14 /CMakeLists.txt | |
parent | 3706869f8fdff083ac4ef5058cde01c043fb1471 (diff) | |
download | xbyak-20b2b1eae1acc5d2443bc76e547d2b125b12299f.tar.gz xbyak-20b2b1eae1acc5d2443bc76e547d2b125b12299f.zip |
v6.63
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 bb4fbe1..238664f 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.62) +project(xbyak LANGUAGES CXX VERSION 6.63) file(GLOB headers xbyak/*.h) |