Skip to content

Commit

Permalink
Update OS X package check for O4.1
Browse files Browse the repository at this point in the history
Package will now check if OpenCPN version is 4.1.602 or higher.
Bump Version
  • Loading branch information
ptulp committed Jun 19, 2015
1 parent 5699118 commit a0680fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET(PLUGIN_VERSION_MAJOR "1")
SET(PLUGIN_VERSION_MINOR "1")
SET(PLUGIN_VERSION_PATCH "004")
SET(PLUGIN_VERSION_DATE "2015-06-06")
SET(PLUGIN_VERSION_PATCH "005")
SET(PLUGIN_VERSION_DATE "2015-06-19")
4 changes: 2 additions & 2 deletions buildosx/InstallOSX/findit_pi.pkgproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
</dict>
<dict>
<key>BEHAVIOR</key>
<integer>2</integer>
<integer>3</integer>
<key>DICTIONARY</key>
<dict>
<key>IC_REQUIREMENT_JAVASCRIPT_FUNCTION</key>
Expand All @@ -1131,7 +1131,7 @@
<key>SECONDARY_VALUE</key>
<string></string>
<key>VALUE</key>
<string>OpenCPN Version undetermined. Assuming 4.1.602 or later.</string>
<string>OpenCPN Version to old. This Plugin is for OpenCPN version 4.1.602 or later.</string>
</dict>
</array>
<key>NAME</key>
Expand Down

0 comments on commit a0680fe

Please sign in to comment.