[mlpack-git] master: Update version in documentation. (c487c58)

gitdub at mlpack.org gitdub at mlpack.org
Tue Mar 15 16:20:28 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/e93f41525d6748b0dd993d4f6d041eaf3010d627...c487c587fb54bc5502f638943c3a52aea56a40da

>---------------------------------------------------------------

commit c487c587fb54bc5502f638943c3a52aea56a40da
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 15 13:20:28 2016 -0700

    Update version in documentation.


>---------------------------------------------------------------

c487c587fb54bc5502f638943c3a52aea56a40da
 doc/guide/build.hpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 5d53cef..9ee3ba6 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -8,14 +8,15 @@ further documentation, but this tutorial should be enough to get mlpack built
 and installed.
 
 @section Download latest mlpack build
-Download latest mlpack build from here: <a href="http://www.mlpack.org/files/mlpack-1.0.12.tar.gz">mlpack-1.0.12</a>
+Download latest mlpack build from here:
+<a href="http://www.mlpack.org/files/mlpack-2.0.1.tar.gz">mlpack-2.0.1</a>
 
 @section builddir Creating Build Directory
 
 Once the mlpack source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-1.0.12
+$ cd mlpack-2.0.1
 $ mkdir build
 @endcode
 




More information about the mlpack-git mailing list