diff --git a/doc/handbook/install.tex b/doc/handbook/install.tex index 42f6e1747..024b8b896 100644 --- a/doc/handbook/install.tex +++ b/doc/handbook/install.tex @@ -84,7 +84,7 @@ After extraction, the actual name of the dumux root directory is \texttt{dumux-2 \begin{lstlisting}[style=Bash] $ mkdir DUMUX $ cd DUMUX -$ tar xzvf path_to_tarball_of/dune-common-2.1.0.tar.gz +$ tar xzvf path_to_tarball_of/dune-common-2.1.1.tar.gz $ tar xzvf path_to_tarball_of/dune-grid-2.1.0.tar.gz $ tar xzvf path_to_tarball_of/dune-istl-2.1.0.tar.gz $ tar xzvf path_to_tarball_of/dune-localfunctions-2.1.0.tar.gz @@ -126,7 +126,7 @@ The \Dune modules of the stable 2.1.0 release are checked out as described on th \begin{lstlisting}[style=Bash] $ mkdir DUMUX $ cd DUMUX -$ svn co https://svn.dune-project.org/svn/dune-common/tags/2.1.0 dune-common +$ svn co https://svn.dune-project.org/svn/dune-common/tags/2.1.1 dune-common $ svn co https://svn.dune-project.org/svn/dune-grid/tags/2.1.0 dune-grid $ svn co https://svn.dune-project.org/svn/dune-istl/tags/2.1.0 dune-istl $ svn co https://svn.dune-project.org/svn/dune-localfunctions/tags/2.1.0 dune-localfunctions