[mlpack-git] mlpack-2.1.x: Update version strings. (04cb01f)

gitdub at mlpack.org gitdub at mlpack.org
Mon Oct 31 09:08:33 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : mlpack-2.1.x
Link       : https://github.com/mlpack/mlpack/compare/c88518c3daf917e5dd0f6342928b9b5d0434c08d...871d8e9586e6a66c612ce428a8a0ba34ec4aea76

>---------------------------------------------------------------

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

    Update version strings.


>---------------------------------------------------------------

04cb01f02701de1ceed3045580d97e1bd2e966e8
 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 {




More information about the mlpack-git mailing list