Skip to content

Commit

Permalink
Set version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyreal committed Jun 14, 2024
1 parent f830475 commit 94926b0
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 @@ -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)
Expand Down

0 comments on commit 94926b0

Please sign in to comment.