aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2023-05-26 00:42:34 +0100
committerMerry <[email protected]>2023-05-26 00:42:34 +0100
commitd333a09b3b9152af3cb442902ae8ea18d8416470 (patch)
treebc651ed2a0cad66b3983249a8960aa3af2ae798a /CMakeLists.txt
parentf7296572ba47bca9d90ff69db8e5cccb72cffd47 (diff)
downloaddynarmic-d333a09b3b9152af3cb442902ae8ea18d8416470.tar.gz
dynarmic-d333a09b3b9152af3cb442902ae8ea18d8416470.zip
dynarmic: 6.4.8
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 a01b52ea..2381ab7e 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.7)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.8)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.