aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-11-19 21:42:42 +0000
committerMerry <[email protected]>2022-11-19 21:42:42 +0000
commit5e2206d0e9028dbbc85ae7f0d7d985da9fe904fd (patch)
tree19d0204c880321c29761d7255686715aa36196e0 /CMakeLists.txt
parent93b18ee8e2f6fa2d26b3ac8eaeffef9842b73735 (diff)
downloaddynarmic-5e2206d0e9028dbbc85ae7f0d7d985da9fe904fd.tar.gz
dynarmic-5e2206d0e9028dbbc85ae7f0d7d985da9fe904fd.zip
dynarmic: 6.3.0
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 efce9fcc..adfea8cf 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.2.4)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.3.0)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.