diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-05-20 17:54:37 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-05-20 17:54:37 +0900 |
commit | c88007b03e9eaac2d1671e61202f3272f24099c9 (patch) | |
tree | a720d88acc8a6c9f2fd09912f7fa1d7e99f78230 /CMakeLists.txt | |
parent | 4cb2e77a92919a2753b4f02de205303433fcca2e (diff) | |
download | xbyak-c88007b03e9eaac2d1671e61202f3272f24099c9.tar.gz xbyak-c88007b03e9eaac2d1671e61202f3272f24099c9.zip |
update docv6.052
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 cb1f393..2fdafd5 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.051) +project(xbyak LANGUAGES CXX VERSION 6.052) file(GLOB headers xbyak/*.h) |