Realistically, master has diverged significantly from 2.2.x.

So we should just go ahead and call it 3.0.x.
This commit is contained in:
Ryan Curtin
2017-05-04 20:33:31 -04:00
parent d1dcd30097
commit 628bcb75f5
+4 -4
View File
@@ -16,14 +16,14 @@
// 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 2
#define MLPACK_VERSION_MINOR 2
#define MLPACK_VERSION_MAJOR 3
#define MLPACK_VERSION_MINOR 0
#define MLPACK_VERSION_PATCH "x"
// Reverse compatibility; these macros will be removed in future versions of
// mlpack (3.0.0 and newer)!
#define __MLPACK_VERSION_MAJOR 2
#define __MLPACK_VERSION_MINOR 2
#define __MLPACK_VERSION_MAJOR 3
#define __MLPACK_VERSION_MINOR 0
#define __MLPACK_VERSION_PATCH "x"
// The name of the version (for use by --version).