diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-11-11 16:03:36 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-11-11 16:03:36 +0900 |
commit | 2d6794ca7bcd9d6dec4fbd365ed3a20a594dc041 (patch) | |
tree | b25625180accb6ca28387f9f5087346f7144d78e /CMakeLists.txt | |
parent | df989828365284b344c1a70aa07a73f1424d2d59 (diff) | |
download | xbyak-2d6794ca7bcd9d6dec4fbd365ed3a20a594dc041.tar.gz xbyak-2d6794ca7bcd9d6dec4fbd365ed3a20a594dc041.zip |
v7.22
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 d38ec83..2892588 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.21) +project(xbyak LANGUAGES CXX VERSION 7.22) file(GLOB headers xbyak/*.h) |