aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2024-01-30 00:40:49 +0000
committerMerry <[email protected]>2024-01-30 00:40:49 +0000
commit5e8892c5b7f8d62d8828d3cda01848b24f66683d (patch)
tree6a040b540b56dfb1c94bf0a2337828fb501bb210 /CMakeLists.txt
parent213fe7a4526c529f0df8b2e14aa508159774da2c (diff)
downloaddynarmic-5e8892c5b7f8d62d8828d3cda01848b24f66683d.tar.gz
dynarmic-5e8892c5b7f8d62d8828d3cda01848b24f66683d.zip
dynarmic: 6.6.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 ce94486d..c410e003 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.6.1)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.6.2)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.