diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-04-05 15:19:25 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-04-05 15:19:31 +0900 |
commit | 898c354e67313b194efe3a66e0f502ed4dac35ed (patch) | |
tree | 77ccf22e1051cffdabdaed0bc5ac97e883ee2c9b /CMakeLists.txt | |
parent | f8e2ad1e9d2248d2bfb7ee5eddf6ba0d08d30c22 (diff) | |
download | xbyak-898c354e67313b194efe3a66e0f502ed4dac35ed.tar.gz xbyak-898c354e67313b194efe3a66e0f502ed4dac35ed.zip |
v6.04
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 bf72cf0..da1765a 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.03) +project(xbyak LANGUAGES CXX VERSION 6.04) file(GLOB headers xbyak/*.h) |