diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-15 09:57:28 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-15 09:57:28 +0900 |
commit | 2d70c949056ef78d0ffe9b7231544fdab6c3fdc0 (patch) | |
tree | 3256a36e612750cdc6a1e3f9db2e07edb4ae747f /CMakeLists.txt | |
parent | c3a5c4ba3d47d8f16e13b21cf5c2353936de8a3f (diff) | |
download | xbyak-2d70c949056ef78d0ffe9b7231544fdab6c3fdc0.tar.gz xbyak-2d70c949056ef78d0ffe9b7231544fdab6c3fdc0.zip |
v7.20
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 72dad78..3ded27c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.10) +project(xbyak LANGUAGES CXX VERSION 7.20) file(GLOB headers xbyak/*.h) |