aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-12-31 14:58:02 +0000
committerMerry <[email protected]>2022-12-31 15:05:27 +0000
commiteb7fca3e8f47a85ffaac416e0b7d67e4ea8612de (patch)
tree4c0382484c685140a163946610aeb459645ae3b0 /CMakeLists.txt
parent621a390cc430eb6a5da3c3abc06312e9d57a815f (diff)
downloaddynarmic-eb7fca3e8f47a85ffaac416e0b7d67e4ea8612de.tar.gz
dynarmic-eb7fca3e8f47a85ffaac416e0b7d67e4ea8612de.zip
dynarmic: 6.4.2
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 7d53087b..4562f1af 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.1)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.2)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.