Skip to content

Commit edb21db

Browse files
authored
Merge pull request #52 from jongough/fix_up
Fix up
2 parents 7786692 + 38e1602 commit edb21db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
machine: true
66
environment:
77
- OCPN_TARGET=stretch-armhf
8-
- DOCKER_IMAGE=raspbian/stretch
8+
- DOCKER_IMAGE=jongough/raspbian-stretch:latest
99
- BUILD_FLAGS=-j3
1010
steps:
1111
- checkout

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set(PACKAGE "testplugin")
2626

2727
set(VERSION_MAJOR "1")
2828
set(VERSION_MINOR "0")
29-
set(VERSION_PATCH "74")
29+
set(VERSION_PATCH "75")
3030
set(VERSION_TWEAK "0")
3131
set(VERSION_DATE "20/04/2020")
3232
set(OCPN_MIN_VERSION "ov50")

0 commit comments

Comments
 (0)