aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2023-01-03 20:57:48 +0000
committerMerry <[email protected]>2023-01-03 20:57:48 +0000
commita1cbea7948372989218a4e6159a95998d65876a2 (patch)
tree30c42f5510868d37bc9e8980cd8583148b9527a5 /CMakeLists.txt
parente3950061029af02da153f45a9c13da99572d8194 (diff)
downloaddynarmic-a1cbea7948372989218a4e6159a95998d65876a2.tar.gz
dynarmic-a1cbea7948372989218a4e6159a95998d65876a2.zip
dynarmic: 6.4.3
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 23e62ca0..1253dfa0 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.2)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.3)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.