From ca0e264f4f962e29baa23a3282ce484625866b98 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 28 Jan 2024 17:03:17 +0000 Subject: [PATCH] dynarmic: 6.6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95beb066..e1ed7ff1 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.6.0) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.6.1) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.