diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-05-13 17:47:39 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-05-13 17:48:48 +0900 |
commit | 1a90f456c6438d4568ffd0d1657a408dfb68cf3a (patch) | |
tree | 9aaa4984a5d7cab09cdb6127a4dde3b58dbbb3b0 /CMakeLists.txt | |
parent | 96cb1d660044ceae3c6a69267afadd44c8578188 (diff) | |
download | xbyak-1a90f456c6438d4568ffd0d1657a408dfb68cf3a.tar.gz xbyak-1a90f456c6438d4568ffd0d1657a408dfb68cf3a.zip |
v6.051v6.051
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 d970fc9..cb1f393 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.05) +project(xbyak LANGUAGES CXX VERSION 6.051) file(GLOB headers xbyak/*.h) |