diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-03-08 13:35:40 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-03-08 13:35:40 +0900 |
commit | 31b7cd35013d9b412f63fbd9a65d5ca8a48afc68 (patch) | |
tree | 6718f0ed8f4c134b9c409119b12fc7bae72924cd /CMakeLists.txt | |
parent | a2f9ed085a02243b5838bfb30b54c000ab6e5df3 (diff) | |
download | xbyak-31b7cd35013d9b412f63fbd9a65d5ca8a48afc68.tar.gz xbyak-31b7cd35013d9b412f63fbd9a65d5ca8a48afc68.zip |
v6.03
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 e92a621..bf72cf0 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.02) +project(xbyak LANGUAGES CXX VERSION 6.03) file(GLOB headers xbyak/*.h) |