From 9ebf6a8384836322ce58beb7ca10f5d4c66e9211 Mon Sep 17 00:00:00 2001 From: Merry Date: Mon, 11 Jul 2022 20:59:25 +0100 Subject: 6.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cf2cc50..93147541 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.1.0) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.1.1) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project. -- cgit v1.2.3