Skip to content

Commit

Permalink
Bump VMPC2000XL version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyreal committed Aug 13, 2024
1 parent 94926b0 commit 7560347
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.6.0)
set(VMPC_VERSION 0.6.1)
else()
set(VMPC_VERSION 0.6.0)
set(VMPC_VERSION 0.6.1)
endif()

set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit 7560347

Please sign in to comment.