aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-12-30 23:06:22 +0000
committerMerry <[email protected]>2022-12-30 23:06:22 +0000
commit093f6063163a5d66d4ae3442ffac80e3421ff8d0 (patch)
tree12d9781109bd4e0140a27b950a2a48fd1376c757 /CMakeLists.txt
parent916d7cf9bdbb58c7bef26d071ede27e1f99389b2 (diff)
downloaddynarmic-093f6063163a5d66d4ae3442ffac80e3421ff8d0.tar.gz
dynarmic-093f6063163a5d66d4ae3442ffac80e3421ff8d0.zip
dynarmic: 6.4.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 5e0734f5..7d53087b 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.0)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.1)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.