aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-07-15 09:29:45 +0100
committerMerry <[email protected]>2022-07-15 09:30:49 +0100
commit1f0a43753e51e4855ee6c0936d30807f373245cc (patch)
tree7c5be268dfc22b551148d71c296b138b70293228 /CMakeLists.txt
parenta10070578d5b44b2769feddec6b456e08efe3658 (diff)
downloaddynarmic-1f0a43753e51e4855ee6c0936d30807f373245cc.tar.gz
dynarmic-1f0a43753e51e4855ee6c0936d30807f373245cc.zip
6.2.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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.