From 94f84cf1ef4c3b3e549c1028b649a284ee7e80d0 Mon Sep 17 00:00:00 2001 From: Merry Date: Tue, 21 Jun 2022 21:44:19 +0100 Subject: [PATCH] Version bump to 6.0.0 Version bump to start semantic versioning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5fd5f1e..f7ea8295 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8) -project(dynarmic LANGUAGES C CXX ASM VERSION 5) +project(dynarmic LANGUAGES C CXX ASM VERSION 6.0.0) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.