Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Apr 1, 2019
1 parent ec6cce3 commit cdf857f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ SET(CPACK_PACKAGE_CONTACT "[email protected]")
SET(VERSION_MAJOR "5")
#SET(CMAKE_BUILD_TYPE Debug)
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "0")
SET(VERSION_DATE "2019-03-28")
SET(VERSION_PATCH "1")
SET(VERSION_DATE "2019-04-01")
SET(OCPN_MIN_VERSION "ov50")

INCLUDE("cmake/PluginConfigure.cmake")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
radar_pi - Radar Plugin for OpenCPN
===================================

This is a work in progress. It will support Navico Broadband and Halo radars as well as Garmin xHD and possibly others.
This is the new unified radar plugin for OpenCPN. It supports all digital Navico radars, Garmin HD and Garmin xHD.
It is meant as the community effort to only write the common parts of radar support once.

Compiling
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
opencpn-plugin-radar (5.0.1-1) unstable; urgency=medium

* Implement Garmin HD radar packet protocol.
* Debian release files.

-- Kees Verruijt <[email protected]> Mon, 1 Apr 2019 08:49:11 -0200

opencpn-plugin-radar (5.0.0-1) unstable; urgency=medium

* Initial release for O5 using CI
Expand Down
2 changes: 1 addition & 1 deletion release-state
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta
production

0 comments on commit cdf857f

Please sign in to comment.