[mlpack-git] mlpack-1.0.x: Update version numbers. (9047624)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jan 7 11:59:14 EST 2015


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

On branch  : mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/0000000000000000000000000000000000000000...904762495c039e345beba14c1142fd719b3bd50e

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

commit 904762495c039e345beba14c1142fd719b3bd50e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jan 7 11:53:12 2015 -0500

    Update version numbers.


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

904762495c039e345beba14c1142fd719b3bd50e
 doc/guide/build.hpp              | 4 ++--
 doc/guide/version.hpp            | 2 +-
 src/mlpack/core/util/version.hpp | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 56b5b6d..f48203c 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -8,14 +8,14 @@ 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.11.tar.gz">mlpack-1.0.11</a>
+Download latest mlpack build from here : <a href="http://www.mlpack.org/files/mlpack-1.0.12.tar.gz">mlpack-1.0.12</a>
 
 @section builddir Creating Build Directory
 
 Once the MLPACK source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-1.0.11
+$ cd mlpack-1.0.12
 $ mkdir build
 @endcode
 
diff --git a/doc/guide/version.hpp b/doc/guide/version.hpp
index d03ab86..83566e3 100644
--- a/doc/guide/version.hpp
+++ b/doc/guide/version.hpp
@@ -17,7 +17,7 @@ __MLPACK_VERSION_PATCH
 @endcode
 
 In addition, the function \c mlpack::util::GetVersion() returns the mlpack
-version as a string (for instance, "mlpack 1.0.11").
+version as a string (for instance, "mlpack 1.0.12").
 
 @section verex mlpack executable versions
 
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index 151e7d6..884ff45 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -20,7 +20,7 @@
 // higher number than the most recent release.
 #define __MLPACK_VERSION_MAJOR 1
 #define __MLPACK_VERSION_MINOR 0
-#define __MLPACK_VERSION_PATCH 9
+#define __MLPACK_VERSION_PATCH 12
 
 // The name of the version (for use by --version).
 namespace mlpack {



More information about the mlpack-git mailing list