[mlpack] 14/20: Update version numbers.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu May 25 20:44:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 858418b640d8c31f33b3f912892729f1bbe98369
Author: Ryan Curtin <ryan at ratml.org>
Date: Thu May 4 20:30:44 2017 -0400
Update version numbers.
---
Doxyfile | 2 +-
doc/guide/build.hpp | 4 ++--
src/mlpack/core/util/version.hpp | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 2b05b9e..1a900f9 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = mlpack
-PROJECT_NUMBER = 2.2.1
+PROJECT_NUMBER = 2.2.2
OUTPUT_DIRECTORY = ./doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 6b99991..d175747 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -23,14 +23,14 @@ href="https://keon.io/mlpack/mlpack-on-windows/">Keon's excellent tutorial</a>.
@section Download latest mlpack build
Download latest mlpack build from here:
-<a href="http://www.mlpack.org/files/mlpack-2.2.1.tar.gz">mlpack-2.2.1</a>
+<a href="http://www.mlpack.org/files/mlpack-2.2.2.tar.gz">mlpack-2.2.2</a>
@section builddir Creating Build Directory
Once the mlpack source is unpacked, you should create a build directory.
@code
-$ cd mlpack-2.2.1
+$ cd mlpack-2.2.2
$ mkdir build
@endcode
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index 5852a4c..b786980 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -18,13 +18,13 @@
// with higher number than the most recent release.
#define MLPACK_VERSION_MAJOR 2
#define MLPACK_VERSION_MINOR 2
-#define MLPACK_VERSION_PATCH 1
+#define MLPACK_VERSION_PATCH 2
// Reverse compatibility; these macros will be removed in future versions of
// mlpack (3.0.0 and newer)!
#define __MLPACK_VERSION_MAJOR 2
#define __MLPACK_VERSION_MINOR 2
-#define __MLPACK_VERSION_PATCH 1
+#define __MLPACK_VERSION_PATCH 2
// 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