File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cmake_minimum_required( VERSION 2.8.10 )
2828if ( POLICY CMP0048 )
2929 cmake_policy ( SET CMP0048 NEW )
3030
31- project ( SuperBuild.clSPARSE VERSION 0.6.0 .0 )
31+ project ( SuperBuild.clSPARSE VERSION 0.6.1 .0 )
3232else ( )
3333 project ( SuperBuild.clSPARSE )
3434
@@ -42,7 +42,7 @@ else( )
4242 endif ( )
4343
4444 if ( NOT DEFINED SuperBuild.clSPARSE_VERSION_PATCH )
45- set ( SuperBuild.clSPARSE_VERSION_PATCH 0 )
45+ set ( SuperBuild.clSPARSE_VERSION_PATCH 1 )
4646 endif ( )
4747
4848 if ( NOT DEFINED SuperBuild.clSPARSE_VERSION_TWEAK )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ endif( )
3131# clSPARSE becomes the name of the project with a particular version
3232if ( POLICY CMP0048 )
3333 cmake_policy ( SET CMP0048 NEW )
34- project ( clSPARSE VERSION 0.6.0 .0 LANGUAGES C CXX )
34+ project ( clSPARSE VERSION 0.6.1 .0 LANGUAGES C CXX )
3535else ( )
3636 project ( clSPARSE C CXX )
3737 # Define a version for the code
@@ -44,7 +44,7 @@ else( )
4444 endif ( )
4545
4646 if ( NOT DEFINED clSPARSE_VERSION_PATCH )
47- set ( clSPARSE_VERSION_PATCH 0 )
47+ set ( clSPARSE_VERSION_PATCH 1 )
4848 endif ( )
4949
5050 if ( NOT DEFINED clSPARSE_VERSION_TWEAK )
You can’t perform that action at this time.
0 commit comments