[mlpack] 200/207: Update versions for release.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:54 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 c35183cc3654c8e739e4bdd7cdf2357022122a80
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 21 15:37:04 2017 -0400

    Update versions for release.
---
 src/mlpack/CMakeLists.txt        | 2 +-
 src/mlpack/core/util/version.hpp | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mlpack/CMakeLists.txt b/src/mlpack/CMakeLists.txt
index 1232813..274963b 100644
--- a/src/mlpack/CMakeLists.txt
+++ b/src/mlpack/CMakeLists.txt
@@ -46,7 +46,7 @@ target_link_libraries(mlpack
 
 set_target_properties(mlpack
   PROPERTIES
-  VERSION 2.1
+  VERSION 2.2
   SOVERSION 2
 )
 
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index e587661..9dedb98 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -17,14 +17,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 1
-#define MLPACK_VERSION_PATCH 1
+#define MLPACK_VERSION_MINOR 2
+#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 1
-#define __MLPACK_VERSION_PATCH 1
+#define __MLPACK_VERSION_MINOR 2
+#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