diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-13 15:51:55 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-13 15:51:55 +0900 |
commit | 7c540206d168012b5e151769b2be1681cf07c175 (patch) | |
tree | a0460a83bc2ad0c3e23814b42988c9398d4e3c74 /CMakeLists.txt | |
parent | 08f71cee951cfdda6b056165e0491b686a2b05bf (diff) | |
download | xbyak-7c540206d168012b5e151769b2be1681cf07c175.tar.gz xbyak-7c540206d168012b5e151769b2be1681cf07c175.zip |
v7.10
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 79b0f51..72dad78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.09.1) +project(xbyak LANGUAGES CXX VERSION 7.10) file(GLOB headers xbyak/*.h) |