diff options
author | Merry <[email protected]> | 2022-07-26 13:06:05 +0100 |
---|---|---|
committer | Merry <[email protected]> | 2022-07-26 13:06:05 +0100 |
commit | 2d4602a6516c67d547000d4c80bcc5f74976abdd (patch) | |
tree | b7d899e591dbc4b4b935176edbe697cfe26dfa77 /CMakeLists.txt | |
parent | b002419993529d45fe207a1f04c599112338a0b0 (diff) | |
download | dynarmic-2d4602a6516c67d547000d4c80bcc5f74976abdd.tar.gz dynarmic-2d4602a6516c67d547000d4c80bcc5f74976abdd.zip |
6.2.3
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 35ff3ca1..7fbd9db7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8) -project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.2) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.3) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |