We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7786692 + 38e1602 commit edb21dbCopy full SHA for edb21db
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
machine: true
6
environment:
7
- OCPN_TARGET=stretch-armhf
8
- - DOCKER_IMAGE=raspbian/stretch
+ - DOCKER_IMAGE=jongough/raspbian-stretch:latest
9
- BUILD_FLAGS=-j3
10
steps:
11
- checkout
CMakeLists.txt
@@ -26,7 +26,7 @@ set(PACKAGE "testplugin")
26
27
set(VERSION_MAJOR "1")
28
set(VERSION_MINOR "0")
29
-set(VERSION_PATCH "74")
+set(VERSION_PATCH "75")
30
set(VERSION_TWEAK "0")
31
set(VERSION_DATE "20/04/2020")
32
set(OCPN_MIN_VERSION "ov50")
0 commit comments