diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-08-07 11:12:29 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-08-07 11:12:29 +0900 |
commit | 151c8ab04b345a6c25cc5c10d410cf010103a7d7 (patch) | |
tree | 2a82d7092d977f122c7a1b8ec31f299b28004619 /CMakeLists.txt | |
parent | dd66cfb764c812028f8609e2bbfd4bb4cb9f9e79 (diff) | |
download | xbyak-151c8ab04b345a6c25cc5c10d410cf010103a7d7.tar.gz xbyak-151c8ab04b345a6c25cc5c10d410cf010103a7d7.zip |
v6.73
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 e4d0e53..bd0e8b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6...3.0.2) -project(xbyak LANGUAGES CXX VERSION 6.72) +project(xbyak LANGUAGES CXX VERSION 6.73) file(GLOB headers xbyak/*.h) |