diff options
author | Merry <[email protected]> | 2022-12-03 21:11:36 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-12-03 21:11:36 +0000 |
commit | bd570e093ca1d1206961296b90df65cda7de8e87 (patch) | |
tree | 0d430905c3b1313be7b00e69d5648299e363bae9 /CMakeLists.txt | |
parent | a76a2fff534b5584c9921bc5c060e910e95b7738 (diff) | |
download | dynarmic-bd570e093ca1d1206961296b90df65cda7de8e87.tar.gz dynarmic-bd570e093ca1d1206961296b90df65cda7de8e87.zip |
6.4.0
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 3fb28190..7c5d788c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(dynarmic LANGUAGES C CXX ASM VERSION 6.3.1) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.0) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |