diff options
author | Merry <[email protected]> | 2023-05-05 16:29:42 +0100 |
---|---|---|
committer | Merry <[email protected]> | 2023-05-05 16:29:42 +0100 |
commit | f9e6a3df5c84bcc74be46c289a74a78e5e28d62d (patch) | |
tree | ccfa0f9066bab244d7e1482e30417b16cb54fa79 /CMakeLists.txt | |
parent | 420a786a3f9e832b1d3c932f38c8028406a6bb84 (diff) | |
download | dynarmic-f9e6a3df5c84bcc74be46c289a74a78e5e28d62d.tar.gz dynarmic-f9e6a3df5c84bcc74be46c289a74a78e5e28d62d.zip |
dynarmic: 6.4.7
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 28b856a2..a01b52ea 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.4.6) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.7) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |