diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-08 17:06:26 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-08 17:06:26 +0900 |
commit | c68cc53d18bd7c242194d56ad276d50ff3c1ae3d (patch) | |
tree | eb0aced6c69237ac188d74b614b0518037db3d1a /CMakeLists.txt | |
parent | 1b8e34ac4a453053c13ee51dad27e5ea70b32da5 (diff) | |
download | xbyak-c68cc53d18bd7c242194d56ad276d50ff3c1ae3d.tar.gz xbyak-c68cc53d18bd7c242194d56ad276d50ff3c1ae3d.zip |
v7.09v7.09
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 6baf35e..28b35cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.08) +project(xbyak LANGUAGES CXX VERSION 7.09) file(GLOB headers xbyak/*.h) |