diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-12-07 16:56:05 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-12-07 16:56:05 +0900 |
commit | 5f4ba971f0293882dafd8336a6f3f7727f75a4ed (patch) | |
tree | 90f4aead88be17b02758969ce667a40c4bda4ee0 /CMakeLists.txt | |
parent | cac2c175fb2831d724f5959b17605e450aa5765d (diff) | |
download | xbyak-5f4ba971f0293882dafd8336a6f3f7727f75a4ed.tar.gz xbyak-5f4ba971f0293882dafd8336a6f3f7727f75a4ed.zip |
v6.68
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 03f79a0..a4c2de7 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.67) +project(xbyak LANGUAGES CXX VERSION 6.68) file(GLOB headers xbyak/*.h) |