From 7f84870712ac2fe06aa62dc2bebbe46b51a2cc2e Mon Sep 17 00:00:00 2001 From: Merry Date: Wed, 22 Jun 2022 00:09:28 +0100 Subject: [PATCH] 6.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7ea8295..7fe7570d 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.0.0) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.0.1) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.