diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-01-03 20:10:46 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-01-03 20:10:46 +0900 |
commit | 0b3f360eb6ae894ab370f014f46e5a324a2023b1 (patch) | |
tree | aeb20b28b913b4fcb1d3f5b48eef04c4b6b63192 /CMakeLists.txt | |
parent | 66f22b7a4ee860b2a78863f87f155c001eff9238 (diff) | |
download | xbyak-0b3f360eb6ae894ab370f014f46e5a324a2023b1.tar.gz xbyak-0b3f360eb6ae894ab370f014f46e5a324a2023b1.zip |
v7.05
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 5a710cf..9660119 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(xbyak LANGUAGES CXX VERSION 7.04) +project(xbyak LANGUAGES CXX VERSION 7.05) file(GLOB headers xbyak/*.h) |