Update version numbers.

This commit is contained in:
Ryan Curtin
2017-04-13 16:32:14 -04:00
parent 27ab7fa200
commit dec8a4ffcb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -23,14 +23,14 @@ href="https://keon.io/mlpack/mlpack-on-windows/">Keon's excellent tutorial</a>.
@section Download latest mlpack build
Download latest mlpack build from here:
<a href="http://www.mlpack.org/files/mlpack-2.2.0.tar.gz">mlpack-2.2.0</a>
<a href="http://www.mlpack.org/files/mlpack-2.2.1.tar.gz">mlpack-2.2.1</a>
@section builddir Creating Build Directory
Once the mlpack source is unpacked, you should create a build directory.
@code
$ cd mlpack-2.2.0
$ cd mlpack-2.2.1
$ mkdir build
@endcode
+2 -2
View File
@@ -17,13 +17,13 @@
// 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 0
#define MLPACK_VERSION_MINOR 2
#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 0
#define __MLPACK_VERSION_MINOR 2
#define __MLPACK_VERSION_PATCH "x"
// The name of the version (for use by --version).