[mlpack-svn] r16884 - mlpack/tags/mlpack-1.0.9/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jul 28 10:29:35 EDT 2014


Author: rcurtin
Date: Mon Jul 28 10:29:34 2014
New Revision: 16884

Log:
Update version number.


Modified:
   mlpack/tags/mlpack-1.0.9/src/mlpack/core/util/version.hpp

Modified: mlpack/tags/mlpack-1.0.9/src/mlpack/core/util/version.hpp
==============================================================================
--- mlpack/tags/mlpack-1.0.9/src/mlpack/core/util/version.hpp	(original)
+++ mlpack/tags/mlpack-1.0.9/src/mlpack/core/util/version.hpp	Mon Jul 28 10:29:34 2014
@@ -13,7 +13,7 @@
 // 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_PATCH 9
 
 // The name of the version (for use by --version).
 namespace mlpack {



More information about the mlpack-svn mailing list