diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-15 00:21:39 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-15 00:21:39 +0100 |
| commit | f4bb12eecc03879d320db8fc905114cbd068e943 (patch) | |
| tree | 2064d4e005986c0d3604be25c0b8f0238b62de8a /doc/release-process.md | |
| parent | build: upgrade Qt used by windows build to 5.2.0 (diff) | |
| download | discoin-f4bb12eecc03879d320db8fc905114cbd068e943.tar.xz discoin-f4bb12eecc03879d320db8fc905114cbd068e943.zip | |
doc: bump boost version in release-process
This was forgotten in #3501.
Diffstat (limited to 'doc/release-process.md')
| -rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 9b15443d0..2cc54edfe 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -45,7 +45,7 @@ Release Process wget 'http://zlib.net/zlib-1.2.8.tar.gz' wget 'ftp://ftp.simplesystems.org/pub/png/src/libpng16/libpng-1.6.8.tar.gz' wget 'https://fukuchi.org/works/qrencode/qrencode-3.4.3.tar.bz2' - wget 'https://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2' + wget 'https://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2' wget 'https://svn.boost.org/trac/boost/raw-attachment/ticket/7262/boost-mingw.patch' -O \ boost-mingw-gas-cross-compile-2013-03-03.patch wget 'https://download.qt-project.org/official_releases/qt/5.2/5.2.0/single/qt-everywhere-opensource-src-5.2.0.tar.gz' |