diff options
author | Merry <[email protected]> | 2022-06-22 00:09:28 +0100 |
---|---|---|
committer | Merry <[email protected]> | 2022-06-22 00:09:43 +0100 |
commit | 7f84870712ac2fe06aa62dc2bebbe46b51a2cc2e (patch) | |
tree | a04c84db492ae4464b06ea96ef8f8d7e7196ea8d /CMakeLists.txt | |
parent | 4d78d167d6d0bdcf73e6f3f919f721b86ab441e2 (diff) | |
download | dynarmic-7f84870712ac2fe06aa62dc2bebbe46b51a2cc2e.tar.gz dynarmic-7f84870712ac2fe06aa62dc2bebbe46b51a2cc2e.zip |
6.0.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 f7ea8295..7fe7570d 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.0.0) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.0.1) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |