aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-11-19 20:07:34 +0000
committerMerry <[email protected]>2022-11-19 20:07:34 +0000
commit07c614f91b0af5335e1f9c0653c2d75e7b5f53bd (patch)
treef64281c890a5b4f998bcd8161a9b2ec3dc4c1103 /CMakeLists.txt
parentf2781c58b7626a690f03933ddacf59607bb307b8 (diff)
downloaddynarmic-07c614f91b0af5335e1f9c0653c2d75e7b5f53bd.tar.gz
dynarmic-07c614f91b0af5335e1f9c0653c2d75e7b5f53bd.zip
dynarmic: 6.2.4
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 88cb7a85..efce9fcc 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.3)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.4)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.