Skip to content

Commit

Permalink
Update version to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Apr 26, 2019
1 parent d9fcf7b commit b48a95a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = mlpack
PROJECT_NUMBER = git-master
PROJECT_NUMBER = 3.1.0
OUTPUT_DIRECTORY = ./doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion src/mlpack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ target_link_libraries(mlpack ${MLPACK_LIBRARIES})

set_target_properties(mlpack
PROPERTIES
VERSION 3.0
VERSION 3.1
SOVERSION 3
)

Expand Down
4 changes: 2 additions & 2 deletions src/mlpack/core/util/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// 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 3
#define MLPACK_VERSION_MINOR 0
#define MLPACK_VERSION_PATCH 5
#define MLPACK_VERSION_MINOR 1
#define MLPACK_VERSION_PATCH 0

// The name of the version (for use by --version).
namespace mlpack {
Expand Down

0 comments on commit b48a95a

Please sign in to comment.