summaryrefslogtreecommitdiff
path: root/src/cython/doc/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/doc/installation.rst')
-rw-r--r--src/cython/doc/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/doc/installation.rst b/src/cython/doc/installation.rst
index 2f689497..c182f176 100644
--- a/src/cython/doc/installation.rst
+++ b/src/cython/doc/installation.rst
@@ -5,7 +5,7 @@ Compiling
*********
The library uses c++11 and requires `Boost <http://www.boost.org/>`_ with
-version 1.56.0 or more recent. It is a multi-platform library and compiles on
+version 1.48.0 or more recent. It is a multi-platform library and compiles on
Linux, Mac OSX and Visual Studio 2015.
It also requires cmake to generate makefiles, and cython to compile the
library.