diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-26 13:38:09 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-26 13:38:09 +0900 |
commit | ee26c094ed0e2a20ca5514ea26587614d0d582ca (patch) | |
tree | da94073429e7aaae27fdaabab95b054b2a2f8a72 /CMakeLists.txt | |
parent | 691ce361a6ccafd1ecb4bfa2a7bee9982c8dad22 (diff) | |
download | xbyak-ee26c094ed0e2a20ca5514ea26587614d0d582ca.tar.gz xbyak-ee26c094ed0e2a20ca5514ea26587614d0d582ca.zip |
v7.03
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 e61de1f..182a5de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.02) +project(xbyak LANGUAGES CXX VERSION 7.03) file(GLOB headers xbyak/*.h) |