diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-12-14 14:08:55 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-12-14 14:09:36 +0900 |
commit | 8d5af80a628890b179f836775e7572aa054f044d (patch) | |
tree | e7a97af0e76503ded34d88f99772ce58c88663a0 /CMakeLists.txt | |
parent | df39606fee959ba7ceb0dbd7ae3be2b4b8a56b10 (diff) | |
download | xbyak-8d5af80a628890b179f836775e7572aa054f044d.tar.gz xbyak-8d5af80a628890b179f836775e7572aa054f044d.zip |
v6.01
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 f0ffc06..8978c3b 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 6.00) +project(xbyak LANGUAGES CXX VERSION 6.01) file(GLOB headers xbyak/*.h) |