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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:11:19 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 43b6cfbed6aca62fd822bc5692ffafea5918b976
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.


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

43b6cfbed6aca62fd822bc5692ffafea5918b976
 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