changeset 1977:34cb861994a2 c++14

v0.6.1, not 0.6.0
author Chris Cannam
date Fri, 31 Aug 2018 13:52:30 +0100
parents 810a0b8f5472
children d3bd593a610c
files .travis.yml deploy/linux/docker/Dockerfile_appimage.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Fri Aug 31 13:41:27 2018 +0100
+++ b/.travis.yml	Fri Aug 31 13:52:30 2018 +0100
@@ -21,7 +21,7 @@
   - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
   - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi
   - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
-  - ( cd ../capnproto/ ; git checkout v0.6.0 )
+  - ( cd ../capnproto/ ; git checkout v0.6.1 )
   - ( cd ../capnproto/c++ ; autoreconf -i )
   - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
 
--- a/deploy/linux/docker/Dockerfile_appimage.in	Fri Aug 31 13:41:27 2018 +0100
+++ b/deploy/linux/docker/Dockerfile_appimage.in	Fri Aug 31 13:52:30 2018 +0100
@@ -55,7 +55,7 @@
 
 RUN git clone https://github.com/sandstorm-io/capnproto
 WORKDIR capnproto
-RUN git checkout v0.6.0
+RUN git checkout v0.6.1
 WORKDIR c++
 RUN autoreconf -i && ./configure && make -j3 && make install