[mlpack-git] master: Update version number as a bit of a workaround. The change to git means svnversion.hpp is broken. (61a1064)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jan 7 13:58:20 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/4c3342659f9ca030cd2f0240d1ead222c3419812...61a1064198551cb6c4e163f828cdd630715172ed

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

commit 61a1064198551cb6c4e163f828cdd630715172ed
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jan 7 13:57:53 2015 -0500

    Update version number as a bit of a workaround.
    The change to git means svnversion.hpp is broken.


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

61a1064198551cb6c4e163f828cdd630715172ed
 src/mlpack/core/util/version.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index 491187b..35732e4 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -12,8 +12,8 @@
 // The version of mlpack.  If this is svn trunk, this will be a version with
 // higher number than the most recent release.
 #define __MLPACK_VERSION_MAJOR 1
-#define __MLPACK_VERSION_MINOR 0
-#define __MLPACK_VERSION_PATCH 8
+#define __MLPACK_VERSION_MINOR x
+#define __MLPACK_VERSION_PATCH x
 
 // The name of the version (for use by --version).
 namespace mlpack {



More information about the mlpack-git mailing list