[mlpack] 04/06: Update version numbers.

Barak A. Pearlmutter barak+git at pearlmutter.net
Wed Apr 26 14:56:08 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 c37f6407f2343785df358c96e8a2fa75eed6bfc0
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Apr 13 15:36:20 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 6f3a97c..2b05b9e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = mlpack
-PROJECT_NUMBER         = 2.2.0
+PROJECT_NUMBER         = 2.2.1
 OUTPUT_DIRECTORY       = ./doc
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index b9f9913..6b99991 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.0.tar.gz">mlpack-2.2.0</a>
+<a href="http://www.mlpack.org/files/mlpack-2.2.1.tar.gz">mlpack-2.2.1</a>
 
 @section builddir Creating Build Directory
 
 Once the mlpack source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-2.2.0
+$ cd mlpack-2.2.1
 $ mkdir build
 @endcode
 
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index 9dedb98..5852a4c 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 0
+#define MLPACK_VERSION_PATCH 1
 
 // 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 0
+#define __MLPACK_VERSION_PATCH 1
 
 // 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