aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-07-26 11:21:37 +0100
committerMerry <[email protected]>2022-07-26 11:21:37 +0100
commit35b1da4b1f726dff75c10d97e527e403fbdff2ae (patch)
tree864de3cb53e2c955faf6a2fc7711588860dcb234 /CMakeLists.txt
parent1f51dceb605bfdcc05e0e3b2eecfad77249a4f0c (diff)
downloaddynarmic-35b1da4b1f726dff75c10d97e527e403fbdff2ae.tar.gz
dynarmic-35b1da4b1f726dff75c10d97e527e403fbdff2ae.zip
6.2.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 04cefa4d..35ff3ca1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
-project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.1)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.2)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.