[mlpack-git] mlpack-2.x: Update version numbers. (f965ee3)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 23:14:33 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : mlpack-2.x
Link       : https://github.com/mlpack/mlpack/compare/0000000000000000000000000000000000000000...acee2f77c0a4ee5878751a6082fbd07de054e626

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

commit f965ee373506b76523ea3f8c19155dd88d267c54
Author: ryan <ryan at ratml.org>
Date:   Wed Dec 23 23:13:32 2015 -0500

    Update version numbers.


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

f965ee373506b76523ea3f8c19155dd88d267c54
 Doxyfile            | 2 +-
 doc/guide/build.hpp | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 01c26ac..9b96e99 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = mlpack
-PROJECT_NUMBER         = master
+PROJECT_NUMBER         = 2.0.0
 OUTPUT_DIRECTORY       = ./doc
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 6f0f3a2..1bacf27 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.0.tar.gz">mlpack-2.0.0</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.0
 $ mkdir build
 @endcode
 



More information about the mlpack-git mailing list