diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-11-22 09:03:08 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-11-22 09:03:08 +0900 |
commit | a157092711a23d16e693b0d31450ed99a388cbb7 (patch) | |
tree | 49c600c63a7f6e20aec206f24467ffc7583da830 /CMakeLists.txt | |
parent | 3b83aab3e450fb7a96dbb815934442df694e022a (diff) | |
download | xbyak-a157092711a23d16e693b0d31450ed99a388cbb7.tar.gz xbyak-a157092711a23d16e693b0d31450ed99a388cbb7.zip |
v6.65
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 26609ff..d786752 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.64) +project(xbyak LANGUAGES CXX VERSION 6.65) file(GLOB headers xbyak/*.h) |