From 0215bca3622af3b4dde0cb3b721ac91fcd6a615a Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Fri, 14 Aug 2015 11:52:11 +0200
Subject: [PATCH] Fixed Boost version in documentation

---
 modules/doc/install.rst   | 2 +-
 modules/doc/newmodule.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/doc/install.rst b/modules/doc/install.rst
index 526bb1fda..76f6c465f 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -29,7 +29,7 @@ OpenStructure uses a bunch of OpenSource libraries. If you haven't already insta
 
  * `CMake <http://cmake.org>`_ (2.6.4)
  * `Eigen3 <http://eigen.tuxfamily.org>`_ (3.2.0)
- * `Boost <http://boost.org>`_ (1.47)
+ * `Boost <http://boost.org>`_ (1.53)
  * `libpng <http://www.libpng.org>`_ 
  * `Python <http://python.org>`_ (2.7)
  * `Qt <http://qt-project.org/>`_ (4.5)
diff --git a/modules/doc/newmodule.rst b/modules/doc/newmodule.rst
index 03822cb7e..8c4864cb4 100644
--- a/modules/doc/newmodule.rst
+++ b/modules/doc/newmodule.rst
@@ -160,7 +160,7 @@ The Testing Framework
 The `tests` directory contains code for unit tests. The code is compiled and 
 executed when one invokes compilation using the 'make check' command.  Tests are 
 run by means of the `Boost Unitests Library 
-<http://www.boost.org/doc/libs/1_37_0/libs/test/doc/html/index.html>`_. Before coding the test routines, the required skeleton needs to be put in place.
+<http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/index.html>`_. Before coding the test routines, the required skeleton needs to be put in place.
 
 The main code is put into 'tests.cc', which will become the test executable. There are only 3 lines required
     
@@ -224,7 +224,7 @@ The Python Wrapper
 --------------------------------------------------------------------------------
 
 Finally, the module API is exported to Python using the `Boost Python 
-Library <http://www.boost.org/doc/libs/1_37_0/libs/python/doc/index.html>`_.
+Library <http://www.boost.org/doc/libs/1_53_0/libs/python/doc/index.html>`_.
 In `mod/pymod`, the wrapper code for the classes in the new module is put into a 
 file named `wrap\_mod.cc`:
 
-- 
GitLab