[mlpack] 06/06: Update version numbers.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Feb 15 19:35:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to tag mlpack-1.0.12
in repository mlpack.
commit f94823c800ad6f7266995c700b1b630d5ffdcf40
Author: Ryan Curtin <ryan at ratml.org>
Date: Wed Jan 7 11:53:12 2015 -0500
Update version numbers.
---
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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list