[mlpack-git] master: Fix failed build. (373a41e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jan 7 14:47:30 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/61a1064198551cb6c4e163f828cdd630715172ed...373a41e102ebe036b7c0d0b9e541c7b0ee85095a

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

commit 373a41e102ebe036b7c0d0b9e541c7b0ee85095a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jan 7 14:39:41 2015 -0500

    Fix failed build.
    
    I apparently think I'm good enough to get away without testing my changes ("It's
    simple! Surely it will work!") yet time and time again I'm shown wrong.  For
    some reason I never learn.


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

373a41e102ebe036b7c0d0b9e541c7b0ee85095a
 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 35732e4..2a29079 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 x
-#define __MLPACK_VERSION_PATCH x
+#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