diff options
author | Christian Pointner <equinox@anytun.org> | 2014-06-29 02:57:47 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2014-06-29 02:57:47 +0000 |
commit | df1510f8b7fdd09d932d0e255728226840da7463 (patch) | |
tree | edd90655d2d9a65b71c8810a31fa6ce7c597bfa3 /contrib/build-boost-mingw-cross.sh | |
parent | added license exception for OpenSSL (diff) |
version bumpf for openssl and boost on mingw windows
Diffstat (limited to 'contrib/build-boost-mingw-cross.sh')
-rwxr-xr-x | contrib/build-boost-mingw-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/build-boost-mingw-cross.sh b/contrib/build-boost-mingw-cross.sh index 5379a3d..5ca49e7 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.50.0 +BOOST=1.55.0 BOOST_DASH=`echo $BOOST | perl -ne 's/\./_/g; print'` echo $BOOST_DASH |