From 70fa1390a395b2a597df7fd427d10a8676c3095d Mon Sep 17 00:00:00 2001 From: Izmar Verhage Date: Tue, 22 Oct 2024 13:02:03 +0200 Subject: [PATCH] Bump version to 0.6.4 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)