[mlpack] 49/53: Update version strings.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Nov 14 00:46:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 04cb01f02701de1ceed3045580d97e1bd2e966e8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Oct 31 22:08:33 2016 +0900

    Update version strings.
---
 src/mlpack/core/util/version.hpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index f883f8d..ff5a404 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -12,14 +12,14 @@
 // The version of mlpack.  If this is a git repository, this will be a version
 // with higher number than the most recent release.
 #define MLPACK_VERSION_MAJOR 2
-#define MLPACK_VERSION_MINOR 0
-#define MLPACK_VERSION_PATCH "x"
+#define MLPACK_VERSION_MINOR 1
+#define MLPACK_VERSION_PATCH 0
 
 // 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 0
-#define __MLPACK_VERSION_PATCH "x"
+#define __MLPACK_VERSION_MINOR 1
+#define __MLPACK_VERSION_PATCH 0
 
 // 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