diff options
author | Merry <[email protected]> | 2022-06-21 21:44:19 +0100 |
---|---|---|
committer | Merry <[email protected]> | 2022-06-21 21:44:19 +0100 |
commit | 94f84cf1ef4c3b3e549c1028b649a284ee7e80d0 (patch) | |
tree | a863204b1a3587396a2ab538f726fd600953a1a4 /CMakeLists.txt | |
parent | d40557b751b559d94f6dd2499c1355c8197ef7c7 (diff) | |
download | dynarmic-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.txt | 2 |
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. |