From befe547d5631024a70d81d2ccee808bbfcb3854e Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 15 Jan 2023 02:29:49 +0000 Subject: [PATCH] dynarmic: 6.4.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e36443a..12739f0d 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.4.3) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.4) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.