Skip to content

Commit

Permalink
1.15.3.0 + route export
Browse files Browse the repository at this point in the history
  • Loading branch information
rgleason committed Aug 31, 2023
1 parent 465bec2 commit cdf9aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ set(SHORT_DESCRIPTION "Compute optimal routes based on weather and constraints."
set(LONG_DESCRIPTION "WR features include: optimal routing subject to various constraints based on weather data, automatic boat polar computation.")

set(VERSION_MAJOR "1")
set(VERSION_MINOR "14")
set(VERSION_PATCH "2")
set(VERSION_MINOR "15")
set(VERSION_PATCH "3")
set(VERSION_TWEAK "0")
set(VERSION_DATE "08/08/2023")#DD/MM/YYYY format
set(VERSION_DATE "31/08/2023")#DD/MM/YYYY format
set(OCPN_MIN_VERSION "ov58")
set(OCPN_API_VERSION_MAJOR "1")
set(OCPN_API_VERSION_MINOR "16")
Expand Down

0 comments on commit cdf9aa3

Please sign in to comment.