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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user