Skip to content

Commit

Permalink
Updated for wxWidgets 3.1.2 -ov50
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasbats committed Feb 10, 2019
1 parent f590ee5 commit f0393ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
build/*
src/version.h
*~
*.kdev*
*.patch
version.h
*.nsh
build/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# vfkaps_pi
OpenCPN plugin for downloading VentureFarther Satellite Charts

Master branch intended for use with OpenCPN 5.0, using wxWidgets 3.1.2
2 changes: 1 addition & 1 deletion cmake/PluginPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ IF(WIN32)
# CPACK_BUILDWIN_DIR ??
# CPACK_PACKAGE_ICON ??

SET(CPACK_NSIS_PACKAGE_NAME "${PACKAGE_NAME}")
SET(CPACK_PACKAGE_VERSION "${PACKAGE_VERSION}-ov50")

# Let cmake find NSIS.template.in
SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/buildwin")
Expand Down
2 changes: 1 addition & 1 deletion src/vfkaps_pi.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define MY_API_VERSION_MAJOR 1
#define MY_API_VERSION_MINOR 13

#define PLUGIN_VERSION_MAJOR 2
#define PLUGIN_VERSION_MAJOR 1
#define PLUGIN_VERSION_MINOR 1


Expand Down

0 comments on commit f0393ab

Please sign in to comment.