diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-06-06 04:55:54 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-06-06 04:55:54 +0900 |
commit | f0c522af8c7df5163664b6ad10bc0ee13053e373 (patch) | |
tree | e758ab9be217ea8b3431342ba707da116a8cd1c9 /CMakeLists.txt | |
parent | 553246c164c300723ad614d1a83a7c7e10fc60d8 (diff) | |
download | xbyak-f0c522af8c7df5163664b6ad10bc0ee13053e373.tar.gz xbyak-f0c522af8c7df5163664b6ad10bc0ee13053e373.zip |
v6.60
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 7b4f27e..275ea1d 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.06) +project(xbyak LANGUAGES CXX VERSION 6.60) file(GLOB headers xbyak/*.h) |