diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-09-15 09:47:11 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-09-15 09:47:11 +0900 |
commit | e31961ea83b9c41f475e68c4ab587aa8099af300 (patch) | |
tree | f803f91c40c6d16abb24ddc811ef9541044571ed /CMakeLists.txt | |
parent | ff4f9e65cce2cc5be4531b11d8f60c5199f28860 (diff) | |
download | xbyak-e31961ea83b9c41f475e68c4ab587aa8099af300.tar.gz xbyak-e31961ea83b9c41f475e68c4ab587aa8099af300.zip |
v6.62
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 59f7792..bb4fbe1 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.61.2) +project(xbyak LANGUAGES CXX VERSION 6.62) file(GLOB headers xbyak/*.h) |