diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-09-09 11:36:17 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-09-09 11:36:17 +0900 |
commit | 56dca14e4536783e0e1bb17f98c2b4f207a43fb5 (patch) | |
tree | ec07f0edb63e2e9d18298e8efb96ca7982cc6f8a /CMakeLists.txt | |
parent | b3b1e4e3c1c50a771b430b095b014ee69b15e225 (diff) | |
download | xbyak-56dca14e4536783e0e1bb17f98c2b4f207a43fb5.tar.gz xbyak-56dca14e4536783e0e1bb17f98c2b4f207a43fb5.zip |
v5.997v5.997
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 4d485de..e026aca 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 5.996) +project(xbyak LANGUAGES CXX VERSION 5.997) file(GLOB headers xbyak/*.h) |