From a3e68cfbb3c58a60a5193f2e9b01b597a48e5f96 Mon Sep 17 00:00:00 2001 From: Adrian Serio Date: Fri, 1 Jul 2016 15:30:45 -0500 Subject: [PATCH] Updating README.rst --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 24ab72b2c887..832d950534d6 100644 --- a/README.rst +++ b/README.rst @@ -51,8 +51,8 @@ What's so special about HPX? active, and thriving developer community. -The documentation for the latest release of HPX (currently V0.9.11) can be -`found here `_. +The documentation for the latest release of HPX (currently V0.9.99) can be +`found here `_. In publications this release of HPX can be cited as: |zenodo_doi|. .. |zenodo_doi| image:: https://zenodo.org/badge/doi/10.5281/zenodo.33656.svg @@ -64,7 +64,7 @@ Additionally, we regularly upload the current status of the documentation single-page version of the documentation `here `_. If you plan to use HPX we suggest to start with the latest released version -(currently HPX V0.9.11) which can be `downloaded here `_. +(currently HPX V0.9.99) which can be `downloaded here `_. If you would like to work with the cutting edge version from this repository we suggest following the current health status of the master branch by looking at @@ -125,7 +125,7 @@ Linux cmake -DBOOST_ROOT=~/packages/boost \ -DHWLOC_ROOT=/packages/hwloc \ -DCMAKE_INSTALL_PREFIX=~/packages/hpx \ - ~/downloads/hpx_0.9.11 + ~/downloads/hpx_0.9.99 5) Invoke GNU make. If you are on a machine with multiple cores (very likely), add the -jN flag to your make invocation, where N is the number of cores @@ -181,7 +181,7 @@ OS X (Mac) cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \ -DBOOST_ROOT=~/packages/boost \ -DCMAKE_INSTALL_PREFIX=~/packages/hpx \ - ~/downloads/hpx_0.9.11 + ~/downloads/hpx_0.9.99 5) Invoke GNU make. If you are on a machine with multiple cores (very likely), add the -jN flag to your make invocation, where N is the number of cores