diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-09-03 11:11:24 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-09-03 11:11:24 +0900 |
commit | a480b3dd9807489839ee27e66706fec4b6fef13b (patch) | |
tree | b634ca18bbd71b3a887d2b929bfb252ebbac353b /CMakeLists.txt | |
parent | 16d18b1d466d30bc70b2f44c95a0f8f6f85197f1 (diff) | |
download | xbyak-a480b3dd9807489839ee27e66706fec4b6fef13b.tar.gz xbyak-a480b3dd9807489839ee27e66706fec4b6fef13b.zip |
v5.996v5.996
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 888c737..4d485de 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.995) +project(xbyak LANGUAGES CXX VERSION 5.996) file(GLOB headers xbyak/*.h) |