diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dec5c16a..68a86bca4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ find_package(Git) # Note that IOS (as of CMake 3.14) is not set until the project() call is made. if (CMAKE_SYSTEM_NAME STREQUAL "iOS") - set(VMPC_VERSION 0.5.14) + set(VMPC_VERSION 0.6.0) else() - set(VMPC_VERSION 0.5.15.1) + set(VMPC_VERSION 0.6.0) endif() set(CMAKE_CXX_STANDARD 17)