You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oeSENC is the type of plugin where the version is important as it may need changes once in a while.
I notice a change on closed source binaries on March 17th, followed by a Version Patch change but in OpenCPN only the version Major and Minor are reported, so a user who does not understand Git has no mean to know which version he runs.
It would be a good idea to update the minor even when only binary changes to let any user knows what he runs.
Hello,
oeSENC is the type of plugin where the version is important as it may need changes once in a while.
I notice a change on closed source binaries on March 17th, followed by a Version Patch change but in OpenCPN only the version Major and Minor are reported, so a user who does not understand Git has no mean to know which version he runs.
It would be a good idea to update the minor even when only binary changes to let any user knows what he runs.
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "4")
-SET(VERSION_PATCH "1515")
+SET(VERSION_PATCH "1516")
The text was updated successfully, but these errors were encountered: