[mlpack-git] master: Update comments. (d34523a)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Mar 24 22:35:23 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cbccdc78493a4db6cf6ebbf6442674bab8d9c22c...9724d6c63e878e4cbe98cd907c5e5f39175ef1bd

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

commit d34523ae6f39f0249edde1da931ec8e858b04285
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 24 19:00:46 2015 -0400

    Update comments.


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

d34523ae6f39f0249edde1da931ec8e858b04285
 src/mlpack/core/util/version.cpp | 2 +-
 src/mlpack/core/util/version.hpp | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mlpack/core/util/version.cpp b/src/mlpack/core/util/version.cpp
index ce6ae24..4c86d9e 100644
--- a/src/mlpack/core/util/version.cpp
+++ b/src/mlpack/core/util/version.cpp
@@ -8,7 +8,7 @@
 
 #include <sstream>
 
-// If we are not an svn revision, just use the macros to assemble the version
+// If we are not a git revision, just use the macros to assemble the version
 // name.
 std::string mlpack::util::GetVersion()
 {
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index 2a29079..200024d 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -9,8 +9,8 @@
 
 #include <string>
 
-// The version of mlpack.  If this is svn trunk, this will be a version with
-// higher number than the most recent release.
+// 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 1
 #define __MLPACK_VERSION_MINOR "x"
 #define __MLPACK_VERSION_PATCH "x"
@@ -20,8 +20,8 @@ namespace mlpack {
 namespace util {
 
 /**
- * This will return either "mlpack x.y.z" or "mlpack trunk-rXXXXX" depending on
- * whether or not this is a stable version of mlpack or an svn revision.
+ * This will return either "mlpack x.y.z" or "mlpack master-XXXXXXX" depending on
+ * whether or not this is a stable version of mlpack or a git repository.
  */
 std::string GetVersion();
 



More information about the mlpack-git mailing list