diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-08-02 11:02:59 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-08-02 11:02:59 +0900 |
commit | f7cae7f11076489e13d2efaabd336a6fe074371f (patch) | |
tree | 12edad5a67300daa2831bd4295d7da2966d9d8ad /CMakeLists.txt | |
parent | 6f5ec5cf3ba55bb529b096791328cae3bf6f2f49 (diff) | |
download | xbyak-f7cae7f11076489e13d2efaabd336a6fe074371f.tar.gz xbyak-f7cae7f11076489e13d2efaabd336a6fe074371f.zip |
v6.61.1
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 835bec7..14b90fc 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) +project(xbyak LANGUAGES CXX VERSION 6.61.1) file(GLOB headers xbyak/*.h) |