Skip to content

Commit

Permalink
Merge pull request #548 from jongough/updates
Browse files Browse the repository at this point in the history
Update to include handling OpenGL for macOS correctly, update version number
  • Loading branch information
jongough authored Apr 3, 2024
2 parents f004bc9 + bb6c1bb commit f264b9a
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 @@ -60,9 +60,9 @@ set(PACKAGE "ocpn_draw")

set(VERSION_MAJOR "1")
set(VERSION_MINOR "8")
set(VERSION_PATCH "48")
set(VERSION_PATCH "49")
set(VERSION_TWEAK "0")
set(VERSION_DATE "15/03/2024") # DD/MM/YYYY forma0t
set(VERSION_DATE "03/04/2024") # DD/MM/YYYY forma0t
set(OCPN_MIN_VERSION "ov50")
set(OCPN_API_VERSION_MAJOR "1")
set(OCPN_API_VERSION_MINOR "17")
Expand Down

0 comments on commit f264b9a

Please sign in to comment.