[mlpack-svn] r16127 - mlpack/tags/mlpack-1.0.8/doc/guide

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jan 6 23:17:29 EST 2014


Author: rcurtin
Date: Mon Jan  6 23:17:29 2014
New Revision: 16127

Log:
Update version numbers in build guide.


Modified:
   mlpack/tags/mlpack-1.0.8/doc/guide/build.hpp

Modified: mlpack/tags/mlpack-1.0.8/doc/guide/build.hpp
==============================================================================
--- mlpack/tags/mlpack-1.0.8/doc/guide/build.hpp	(original)
+++ mlpack/tags/mlpack-1.0.8/doc/guide/build.hpp	Mon Jan  6 23:17:29 2014
@@ -7,15 +7,14 @@
 further documentation, but this tutorial should be enough to get MLPACK built
 and installed.
 
- at section Download latest mlpack build
-Download latest mlpack build from here : <a href="http://www.mlpack.org/files/mlpack-1.0.7.tar.gz">mlpack-1.0.7</a>
+ at section Download latest mlpack build Download latest mlpack build from here : <a href="http://www.mlpack.org/files/mlpack-1.0.8.tar.gz">mlpack-1.0.8</a>
 
 @section builddir Creating Build Directory
 
 Once the MLPACK source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-1.0.7
+$ cd mlpack-1.0.8
 $ mkdir build
 @endcode
 



More information about the mlpack-svn mailing list