diff options
author | Merry <[email protected]> | 2024-01-28 17:03:17 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2024-01-28 17:03:17 +0000 |
commit | ca0e264f4f962e29baa23a3282ce484625866b98 (patch) | |
tree | 65b88e8f95d25124c005cc4bfae3c712480f37f8 /CMakeLists.txt | |
parent | ac9003fb78e2a95a0b807054071b2aa88a4b2f34 (diff) | |
download | dynarmic-ca0e264f4f962e29baa23a3282ce484625866b98.tar.gz dynarmic-ca0e264f4f962e29baa23a3282ce484625866b98.zip |
dynarmic: 6.6.1
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 95beb066..e1ed7ff1 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.6.0) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.6.1) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |