[mlpack] 26/30: Update version to 2.1.1.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Dec 26 10:15:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 3681fe18ff40b90841fc03bc0c85212366877360
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Dec 22 13:17:46 2016 -0500

    Update version to 2.1.1.
---
 Doxyfile                         | 2 +-
 README.md                        | 2 +-
 doc/guide/build.hpp              | 2 +-
 src/mlpack/core/util/version.hpp | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index adfbd22..d59aa36 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = mlpack
-PROJECT_NUMBER         = 2.1.0
+PROJECT_NUMBER         = 2.1.1
 OUTPUT_DIRECTORY       = ./doc
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/README.md b/README.md
index 7876463..8be4470 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ a machine learning analog to LAPACK. It aims to implement a wide array of
 machine learning methods and functions as a "swiss army knife" for machine
 learning researchers.
 
-**Download [current stable version (2.1.0)](http://www.mlpack.org/files/mlpack-2.1.0.tar.gz).**
+**Download [current stable version (2.1.1)](http://www.mlpack.org/files/mlpack-2.1.1.tar.gz).**
 
 [![Build Status](http://masterblaster.mlpack.org/job/mlpack%20-%20git%20commit%20test/badge/icon)](http://masterblaster.mlpack.org/job/mlpack%20-%20git%20commit%20test/) <a href="https://ci.appveyor.com/project/mlpack/mlpack"><img src="https://ci.appveyor.com/api/projects/status/lmbfc78wi16agx4q?svg=true" alt="Build status" height="18"></a> [![Coverage Status](https://coveralls.io/repos/github/mlpack/mlpack/badge.svg?branch=master)](https://coveralls.io/github/mlpack/mlpack?branch=master)
 
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index c46bb74..e360e6d 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -23,7 +23,7 @@ href="http://keon.io/mlpack-on-windows.html">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.1.0.tar.gz">mlpack-2.1.0</a>
+<a href="http://www.mlpack.org/files/mlpack-2.1.1.tar.gz">mlpack-2.1.1</a>
 
 @section builddir Creating Build Directory
 
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index a4343ab..e587661 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -18,13 +18,13 @@
 // with higher number than the most recent release.
 #define MLPACK_VERSION_MAJOR 2
 #define MLPACK_VERSION_MINOR 1
-#define MLPACK_VERSION_PATCH 0
+#define MLPACK_VERSION_PATCH 1
 
 // 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 1
-#define __MLPACK_VERSION_PATCH 0
+#define __MLPACK_VERSION_PATCH 1
 
 // The name of the version (for use by --version).
 namespace mlpack {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list