aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-07-11 20:59:25 +0100
committerMerry <[email protected]>2022-07-11 20:59:25 +0100
commit9ebf6a8384836322ce58beb7ca10f5d4c66e9211 (patch)
tree0e5b04879f2fef2023c97fbbeaa2cb688e6fbfb4 /CMakeLists.txt
parentcd85b7fdaac28be99173a9380c4120c5d299d1e8 (diff)
downloaddynarmic-9ebf6a8384836322ce58beb7ca10f5d4c66e9211.tar.gz
dynarmic-9ebf6a8384836322ce58beb7ca10f5d4c66e9211.zip
6.1.1
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 7cf2cc50..93147541 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.1.0)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.1.1)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.