Skip to content

Commit

Permalink
Update to revert back to OCPN API 117 as 118 has issues with drawings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jongough committed Oct 19, 2024
1 parent 4aa3d73 commit daefc42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ set(PACKAGE "ocpn_draw")

set(VERSION_MAJOR "1")
set(VERSION_MINOR "8")
set(VERSION_PATCH "54")
set(VERSION_TWEAK "2")
set(VERSION_DATE "19/10/2024") # DD/MM/YYYY format
set(VERSION_PATCH "55")
set(VERSION_TWEAK "0")
set(VERSION_DATE "20/10/2024") # DD/MM/YYYY format
set(OCPN_MIN_VERSION "ov50")
set(OCPN_API_VERSION_MAJOR "1")
set(OCPN_API_VERSION_MINOR "18")
set(OCPN_API_VERSION_MINOR "17")
set(OD_API_VERSION_MAJOR "1")
set(OD_API_VERSION_MINOR "1")

Expand Down
2 changes: 1 addition & 1 deletion include/ocpn_draw_pi.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class ODPlugIn_Position_Fix_Ex : public PlugIn_Position_Fix_Ex
};


class ocpn_draw_pi : public opencpn_plugin_118
class ocpn_draw_pi : public opencpn_plugin_117
{
public:

Expand Down
2 changes: 1 addition & 1 deletion src/ocpn_draw_pi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ extern "C" DECL_EXP void destroy_pi(opencpn_plugin* p)
//
//---------------------------------------------------------------------------------------------------------
ocpn_draw_pi::ocpn_draw_pi(void *ppimgr)
:opencpn_plugin_118(ppimgr)
:opencpn_plugin_117(ppimgr)
{
// Create the PlugIn icons
g_ocpn_draw_pi = this;
Expand Down

0 comments on commit daefc42

Please sign in to comment.