diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-06-16 09:42:20 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-06-16 09:42:20 +0900 |
commit | 8f6dee3195f0008ddc2171e9e89e668521482cea (patch) | |
tree | 0990b21879c447e9282a9684e0aed8480e793459 /CMakeLists.txt | |
parent | 21419721e328a6b7ef5f4f43d6cff13ecbf4a4f3 (diff) | |
download | xbyak-8f6dee3195f0008ddc2171e9e89e668521482cea.tar.gz xbyak-8f6dee3195f0008ddc2171e9e89e668521482cea.zip |
v6.60.2
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 f3f67b4..64d3204 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.60.1) +project(xbyak LANGUAGES CXX VERSION 6.60.2) file(GLOB headers xbyak/*.h) |