summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhenrique <henrique@apache.org>2014-06-10 15:19:55 +0200
committerhenrique <henrique@apache.org>2014-06-10 15:19:55 +0200
commit48b189716f7611a73e9a2d9b4e2f3989c101740f (patch)
treeb1026b170a13d2d9049734ea28db40140cd79c9e /doc
parentfaf52db2160df39289550cb6ba714adc47c395cf (diff)
downloadthrift-48b189716f7611a73e9a2d9b4e2f3989c101740f.tar.gz
THRIFT-2471 requires libboost 1.54
+ additional script clean up
Diffstat (limited to 'doc')
-rw-r--r--doc/install/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/README.md b/doc/install/README.md
index 83798af63..75e412745 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -3,7 +3,7 @@
* A relatively POSIX-compliant *NIX system
* Cygwin or MinGW can be used on Windows
* g++ 4.2
-* boost 1.53.0
+* boost 1.54.0
* Runtime libraries for lex and yacc might be needed for the compiler.
## Requirements for building from source