aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-12-03 21:11:36 +0000
committerMerry <[email protected]>2022-12-03 21:11:36 +0000
commitbd570e093ca1d1206961296b90df65cda7de8e87 (patch)
tree0d430905c3b1313be7b00e69d5648299e363bae9 /CMakeLists.txt
parenta76a2fff534b5584c9921bc5c060e910e95b7738 (diff)
downloaddynarmic-bd570e093ca1d1206961296b90df65cda7de8e87.tar.gz
dynarmic-bd570e093ca1d1206961296b90df65cda7de8e87.zip
6.4.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 3fb28190..7c5d788c 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.3.1)
+project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.0)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.