[mlpack-git] master: Bump version; everything from here is 2.x.x or higher. (d640209)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 12:00:39 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/c9b86e4547e13ea74d214e17aed85b10f75edcb0...d640209f30241c8b1e11b267828940c28970ea10

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

commit d640209f30241c8b1e11b267828940c28970ea10
Author: ryan <ryan at ratml.org>
Date:   Wed Dec 23 12:00:24 2015 -0500

    Bump version; everything from here is 2.x.x or higher.


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

d640209f30241c8b1e11b267828940c28970ea10
 src/mlpack/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/CMakeLists.txt b/src/mlpack/CMakeLists.txt
index 6070a41..a139d63 100644
--- a/src/mlpack/CMakeLists.txt
+++ b/src/mlpack/CMakeLists.txt
@@ -31,8 +31,8 @@ target_link_libraries(mlpack
 )
 set_target_properties(mlpack
   PROPERTIES
-  VERSION 1.0
-  SOVERSION 1
+  VERSION 2.0
+  SOVERSION 2
 )
 
 # Make sure the linker can find the needed library.



More information about the mlpack-git mailing list