diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-01 15:06:06 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-01 15:06:06 +0900 |
commit | df0ebc7405004f9500401d5e7afae82ce2d8efd2 (patch) | |
tree | 3f79aac28aec3c2937bed69a12f271719fbfdb47 /CMakeLists.txt | |
parent | 1ec2adbbb88cc6bc599604cb5b0913f73303144e (diff) | |
download | xbyak-df0ebc7405004f9500401d5e7afae82ce2d8efd2.tar.gz xbyak-df0ebc7405004f9500401d5e7afae82ce2d8efd2.zip |
v7.00v7.00
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 318d011..9ba3a65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 6.73) +project(xbyak LANGUAGES CXX VERSION 7.00) file(GLOB headers xbyak/*.h) |