diff options
author | Merry <[email protected]> | 2022-11-19 20:07:34 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-11-19 20:07:34 +0000 |
commit | 07c614f91b0af5335e1f9c0653c2d75e7b5f53bd (patch) | |
tree | f64281c890a5b4f998bcd8161a9b2ec3dc4c1103 /CMakeLists.txt | |
parent | f2781c58b7626a690f03933ddacf59607bb307b8 (diff) | |
download | dynarmic-07c614f91b0af5335e1f9c0653c2d75e7b5f53bd.tar.gz dynarmic-07c614f91b0af5335e1f9c0653c2d75e7b5f53bd.zip |
dynarmic: 6.2.4
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 88cb7a85..efce9fcc 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.3) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.4) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |