From 35b1da4b1f726dff75c10d97e527e403fbdff2ae Mon Sep 17 00:00:00 2001 From: Merry Date: Tue, 26 Jul 2022 11:21:37 +0100 Subject: [PATCH] 6.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04cefa4d..35ff3ca1 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.2.1) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.2.2) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.