diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-02-20 14:06:59 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-02-20 14:07:43 +0900 |
commit | dc048a04cb9923d9f9a5d0910e4f0556f7557289 (patch) | |
tree | 2a0f7162d6a9b5dfd4f5dbd259003d224709358d /CMakeLists.txt | |
parent | ad0dfffd29e1e99e3f9b7aae575dc901cd67b56d (diff) | |
download | xbyak-dc048a04cb9923d9f9a5d0910e4f0556f7557289.tar.gz xbyak-dc048a04cb9923d9f9a5d0910e4f0556f7557289.zip |
v6.69
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 a4c2de7..e064056 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.68) +project(xbyak LANGUAGES CXX VERSION 6.69) file(GLOB headers xbyak/*.h) |