diff options
author | Merry <[email protected]> | 2023-02-05 17:34:13 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2023-02-05 17:34:13 +0000 |
commit | 165621a872ffb802c7a26ef5900e1e62681f1a88 (patch) | |
tree | 321aec4fabbedb6c4caae9ac25aa5680e5d459d9 /CMakeLists.txt | |
parent | 3e715994c89abe347fecc1509dbb088abb944454 (diff) | |
download | dynarmic-165621a872ffb802c7a26ef5900e1e62681f1a88.tar.gz dynarmic-165621a872ffb802c7a26ef5900e1e62681f1a88.zip |
6.4.5
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 12739f0d..8e549801 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.4) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.5) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |