summaryrefslogtreecommitdiff
path: root/contrib/build-boost-mingw-cross.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2016-07-03 12:30:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-07-03 12:53:32 +0200
commitca32c26672f92132e3bfcb54e4e6253ea676b866 (patch)
tree3186df66eb569a82ce7c0e2e6b82ec6051c163be /contrib/build-boost-mingw-cross.sh
parentupdated changelog for release (diff)
fixed win build scripts
Diffstat (limited to 'contrib/build-boost-mingw-cross.sh')
-rwxr-xr-xcontrib/build-boost-mingw-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/build-boost-mingw-cross.sh b/contrib/build-boost-mingw-cross.sh
index 5ca49e7..b340447 100755
--- a/contrib/build-boost-mingw-cross.sh
+++ b/contrib/build-boost-mingw-cross.sh
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
-BOOST=1.55.0
+BOOST=1.58.0
BOOST_DASH=`echo $BOOST | perl -ne 's/\./_/g; print'`
echo $BOOST_DASH