[mlpack-git] mlpack-2.1.x: Update soversion. (775b4d8)

gitdub at mlpack.org gitdub at mlpack.org
Mon Oct 31 09:07:43 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : mlpack-2.1.x
Link       : https://github.com/mlpack/mlpack/compare/c88518c3daf917e5dd0f6342928b9b5d0434c08d...871d8e9586e6a66c612ce428a8a0ba34ec4aea76

>---------------------------------------------------------------

commit 775b4d89d9a8b3cf8a64560969eea703fabe1f66
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Oct 31 22:07:43 2016 +0900

    Update soversion.


>---------------------------------------------------------------

775b4d89d9a8b3cf8a64560969eea703fabe1f66
 src/mlpack/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/CMakeLists.txt b/src/mlpack/CMakeLists.txt
index 0aad986..c5caca1 100644
--- a/src/mlpack/CMakeLists.txt
+++ b/src/mlpack/CMakeLists.txt
@@ -47,7 +47,7 @@ target_link_libraries(mlpack
 
 set_target_properties(mlpack
   PROPERTIES
-  VERSION 2.0
+  VERSION 2.1
   SOVERSION 2
 )
 




More information about the mlpack-git mailing list