diff options
author | Merry <[email protected]> | 2022-07-15 09:29:45 +0100 |
---|---|---|
committer | Merry <[email protected]> | 2022-07-15 09:30:49 +0100 |
commit | 1f0a43753e51e4855ee6c0936d30807f373245cc (patch) | |
tree | 7c5be268dfc22b551148d71c296b138b70293228 /CMakeLists.txt | |
parent | a10070578d5b44b2769feddec6b456e08efe3658 (diff) | |
download | dynarmic-1f0a43753e51e4855ee6c0936d30807f373245cc.tar.gz dynarmic-1f0a43753e51e4855ee6c0936d30807f373245cc.zip |
6.2.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 93147541..98ab4f24 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.1.1) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.0) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. |