From 165621a872ffb802c7a26ef5900e1e62681f1a88 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 5 Feb 2023 17:34:13 +0000 Subject: [PATCH] 6.4.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12739f0d..8e549801 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.4) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.4.5) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.