Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Mar 13, 2024
1 parent 8d6973b commit 20be8f6
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 @@ -4,9 +4,9 @@ if(WIN32)
set(CMAKE_SYSTEM_VERSION 7.1 CACHE STRING INTERNAL FORCE) # Windows SDK for Windows 7 and up
endif()
if(APPLE AND (CMAKE_SYSTEM_NAME STREQUAL "iOS"))
project(BYOD VERSION 2.0.9)
project(BYOD VERSION 2.1.0)
else()
project(BYOD VERSION 1.2.9)
project(BYOD VERSION 1.3.0)
endif()
set(CMAKE_CXX_STANDARD 20)

Expand Down

0 comments on commit 20be8f6

Please sign in to comment.