diff --git a/CMakeLists.txt b/CMakeLists.txt index 4636097ef..71446f065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,9 +10,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.6.3) + set(VMPC_VERSION 0.6.4) else() - set(VMPC_VERSION 0.6.3) + set(VMPC_VERSION 0.6.4) endif() set(CMAKE_CXX_STANDARD 17)