diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-09-14 14:39:48 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-09-14 14:41:04 +0900 |
commit | 757e4063f6464740b8ff4a2cae9136d2f8458020 (patch) | |
tree | 7343de3c1cd909074de16d6dcad540f1bc55e43a /CMakeLists.txt | |
parent | b3489f54814f539b8e1036020d9a65b385ba72b8 (diff) | |
download | xbyak-757e4063f6464740b8ff4a2cae9136d2f8458020.tar.gz xbyak-757e4063f6464740b8ff4a2cae9136d2f8458020.zip |
v6.00v6.00
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 e026aca..f0ffc06 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 5.997) +project(xbyak LANGUAGES CXX VERSION 6.00) file(GLOB headers xbyak/*.h) |