diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-03-07 17:18:54 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-03-07 17:18:54 +0900 |
commit | fc183427e852a70fb98add1ba640020a53034bb0 (patch) | |
tree | 1d60242311a54998ac5fe10df7de1ab128247e07 /CMakeLists.txt | |
parent | 487a6d14c59e7601901eae2ae49ebb6ba22ef672 (diff) | |
download | xbyak-fc183427e852a70fb98add1ba640020a53034bb0.tar.gz xbyak-fc183427e852a70fb98add1ba640020a53034bb0.zip |
v7.06v7.06
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 0b33f3b..361a98f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.05.1) +project(xbyak LANGUAGES CXX VERSION 7.06) file(GLOB headers xbyak/*.h) |