aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-07-17 22:39:31 +0100
committerMerry <[email protected]>2022-07-17 22:42:56 +0100
commit91d1f944e3870e0f3c505b48f5ec00ca9a82b95d (patch)
treecf4c500cc6b4c38a8e7cda8d9c5a375e9928e3f1 /CMakeLists.txt
parent0050a6abe18e82326f4d3a9ff483b6f3aeecf6ff (diff)
downloaddynarmic-91d1f944e3870e0f3c505b48f5ec00ca9a82b95d.tar.gz
dynarmic-91d1f944e3870e0f3c505b48f5ec00ca9a82b95d.zip
6.2.1
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 98ab4f24..04cefa4d 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.0)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.1)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.