diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-19 18:40:09 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-19 18:48:56 +0900 |
commit | 903f7c02e3d35e1480df5f12edbb8b0c21d6cffc (patch) | |
tree | 3d41c9b7aa52c63270213292c421beba4d4efe8f /CMakeLists.txt | |
parent | 54a1f07f99619a2065319e8530052f8126d6e342 (diff) | |
download | xbyak-903f7c02e3d35e1480df5f12edbb8b0c21d6cffc.tar.gz xbyak-903f7c02e3d35e1480df5f12edbb8b0c21d6cffc.zip |
v7.01
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 9ba3a65..cbb81f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.00) +project(xbyak LANGUAGES CXX VERSION 7.01) file(GLOB headers xbyak/*.h) |