aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-06-21 21:44:19 +0100
committerMerry <[email protected]>2022-06-21 21:44:19 +0100
commit94f84cf1ef4c3b3e549c1028b649a284ee7e80d0 (patch)
treea863204b1a3587396a2ab538f726fd600953a1a4 /CMakeLists.txt
parentd40557b751b559d94f6dd2499c1355c8197ef7c7 (diff)
downloaddynarmic-94f84cf1ef4c3b3e549c1028b649a284ee7e80d0.tar.gz
dynarmic-94f84cf1ef4c3b3e549c1028b649a284ee7e80d0.zip
Version bump to 6.0.0
Version bump to start semantic versioning
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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.