diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-07-29 06:04:06 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-07-29 06:04:06 +0900 |
commit | 8623616e0bec7019dbb78b284756704c81600754 (patch) | |
tree | ac0817e919a7a467b377eefc24225a6cfe64fd3a /CMakeLists.txt | |
parent | 1b911598d500a9a1e796f5c5e042cbcc39306793 (diff) | |
download | xbyak-8623616e0bec7019dbb78b284756704c81600754.tar.gz xbyak-8623616e0bec7019dbb78b284756704c81600754.zip |
v6.61
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 64d3204..835bec7 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.2) +project(xbyak LANGUAGES CXX VERSION 6.61) file(GLOB headers xbyak/*.h) |