Skip to content

Commit a3e68cf

Browse files
author
Adrian Serio
committed
Updating README.rst
1 parent dc1e933 commit a3e68cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ What's so special about HPX?
5151
active, and thriving developer community.
5252

5353

54-
The documentation for the latest release of HPX (currently V0.9.11) can be
55-
`found here <http://stellar.cct.lsu.edu/files/hpx-0.9.11/html/index.html>`_.
54+
The documentation for the latest release of HPX (currently V0.9.99) can be
55+
`found here <http://stellar.cct.lsu.edu/files/hpx-0.9.99/html/index.html>`_.
5656
In publications this release of HPX can be cited as: |zenodo_doi|.
5757

5858
.. |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
6464
single-page version of the documentation `here <http://stellar-group.github.io/hpx/docs/html/hpx.html>`_.
6565

6666
If you plan to use HPX we suggest to start with the latest released version
67-
(currently HPX V0.9.11) which can be `downloaded here <http://stellar.cct.lsu.edu/downloads/>`_.
67+
(currently HPX V0.9.99) which can be `downloaded here <http://stellar.cct.lsu.edu/downloads/>`_.
6868

6969
If you would like to work with the cutting edge version from this repository
7070
we suggest following the current health status of the master branch by looking at
@@ -125,7 +125,7 @@ Linux
125125
cmake -DBOOST_ROOT=~/packages/boost \
126126
-DHWLOC_ROOT=/packages/hwloc \
127127
-DCMAKE_INSTALL_PREFIX=~/packages/hpx \
128-
~/downloads/hpx_0.9.11
128+
~/downloads/hpx_0.9.99
129129

130130
5) Invoke GNU make. If you are on a machine with multiple cores (very likely),
131131
add the -jN flag to your make invocation, where N is the number of cores
@@ -181,7 +181,7 @@ OS X (Mac)
181181
cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
182182
-DBOOST_ROOT=~/packages/boost \
183183
-DCMAKE_INSTALL_PREFIX=~/packages/hpx \
184-
~/downloads/hpx_0.9.11
184+
~/downloads/hpx_0.9.99
185185

186186
5) Invoke GNU make. If you are on a machine with multiple cores (very likely),
187187
add the -jN flag to your make invocation, where N is the number of cores

0 commit comments

Comments
 (0)