From 6505cec0995c3599ccdce8bb16258c8abb8eaae7 Mon Sep 17 00:00:00 2001 From: Julien Lamy Date: Thu, 3 May 2018 12:58:14 +0200 Subject: [PATCH] Bump version number in documentation --- documentation/installation/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/installation/index.rst b/documentation/installation/index.rst index 791a2040..34db463b 100644 --- a/documentation/installation/index.rst +++ b/documentation/installation/index.rst @@ -40,9 +40,9 @@ The system-specific instructions will detail how to install using pre-compiled p .. code-block:: bash - wget https://github.com/lamyj/odil/archive/v0.9.0.tar.gz - tar -x -f v0.9.0.tar.gz - cd odil-0.9.0 + wget https://github.com/lamyj/odil/archive/v0.9.2.tar.gz + tar -x -f v0.9.2.tar.gz + cd odil-0.9.2 You can also clone the `Git repository`_. Note that the latest Git version may not always compile; should it happen, you can keep your clone but check out the latest tagged version: @@ -50,7 +50,7 @@ You can also clone the `Git repository`_. Note that the latest Git version may n git clone https://github.com/lamyj/odil cd odil - git checkout v0.9.0 + git checkout v0.9.2 Building the Python wrappers ----------------------------