diff options
author | Merry <[email protected]> | 2022-11-19 21:42:42 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-11-19 21:42:42 +0000 |
commit | 5e2206d0e9028dbbc85ae7f0d7d985da9fe904fd (patch) | |
tree | 19d0204c880321c29761d7255686715aa36196e0 /CMakeLists.txt | |
parent | 93b18ee8e2f6fa2d26b3ac8eaeffef9842b73735 (diff) | |
download | dynarmic-5e2206d0e9028dbbc85ae7f0d7d985da9fe904fd.tar.gz dynarmic-5e2206d0e9028dbbc85ae7f0d7d985da9fe904fd.zip |
dynarmic: 6.3.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 efce9fcc..adfea8cf 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.2.4) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.3.0) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |