Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyreal committed Oct 22, 2024
1 parent 349a226 commit 70fa139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70fa139

Please sign in to comment.