diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-08-17 12:32:42 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-08-17 12:34:08 +0900 |
commit | c313a8758c44a2b6491b04b5733bc9f5d4749fb6 (patch) | |
tree | 5c0c5083c6efec271163688c34cc47d798421d6b /CMakeLists.txt | |
parent | 740b39e240e2a004ef5f12c24036ca8a3c30e793 (diff) | |
download | xbyak-c313a8758c44a2b6491b04b5733bc9f5d4749fb6.tar.gz xbyak-c313a8758c44a2b6491b04b5733bc9f5d4749fb6.zip |
update CMakeLists.txt version
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 9dfdda7..888c737 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.994) +project(xbyak LANGUAGES CXX VERSION 5.995) file(GLOB headers xbyak/*.h) |