diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-06-11 17:00:40 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-06-11 17:00:40 +0900 |
commit | b536ef6482376f3eb7105cbb461426e14219af3f (patch) | |
tree | c499e6e559e063b698fa80d40bd1ae00c4df2806 /CMakeLists.txt | |
parent | e1e3a1369ed620cea8ba3fffa28760de5cd64b7a (diff) | |
download | xbyak-b536ef6482376f3eb7105cbb461426e14219af3f.tar.gz xbyak-b536ef6482376f3eb7105cbb461426e14219af3f.zip |
v7.07
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 361a98f..598836a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.06) +project(xbyak LANGUAGES CXX VERSION 7.07) file(GLOB headers xbyak/*.h) |