Update version number to something newer than the latest release.

This commit is contained in:
Ryan Curtin
2018-03-30 21:04:41 -04:00
parent e1748b7a00
commit b2a9d8e47f
+1 -1
View File
@@ -18,7 +18,7 @@
// with higher number than the most recent release.
#define MLPACK_VERSION_MAJOR 3
#define MLPACK_VERSION_MINOR 0
#define MLPACK_VERSION_PATCH 0
#define MLPACK_VERSION_PATCH 1
// The name of the version (for use by --version).
namespace mlpack {