Skip to content

Commit

Permalink
More version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Mar 20, 2015
1 parent 54c7413 commit 1db6506
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Linux
cmake -DBOOST_ROOT=~/packages/boost \
-DHWLOC_ROOT=/packages/hwloc \
-DCMAKE_INSTALL_PREFIX=~/packages/hpx \
~/downloads/hpx_0.9.9
~/downloads/hpx_0.9.10

4) 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
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/build_system/recipe_unix.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
[:for instance:]

``
cmake -DBOOST_ROOT=~/packages/boost -DHWLOC_ROOT=/packages/hwloc -DCMAKE_INSTALL_PREFIX=~/packages/hpx ~/downloads/hpx_0.9.9
cmake -DBOOST_ROOT=~/packages/boost -DHWLOC_ROOT=/packages/hwloc -DCMAKE_INSTALL_PREFIX=~/packages/hpx ~/downloads/hpx_0.9.10
``

* Invoke GNU make. If you are on a machine with multiple cores, add the -jN flag to
Expand Down
2 changes: 1 addition & 1 deletion docs/whats_new.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[section:whats_new What's New]

[//////////////////////////////////////////////////////////////////////////////]
[section:hpx_0_9_10 __hpx__ V0.9.10]
[section:hpx_0_9_10 __hpx__ V0.9.10 (Mar 24, 2015)]

[heading General Changes]

Expand Down

0 comments on commit 1db6506

Please sign in to comment.