File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ endif()
3838if ( POLICY CMP0048 )
3939 cmake_policy ( SET CMP0048 NEW )
4040
41- project ( SuperBuild.clSPARSE VERSION 0.11.1 .0 )
41+ project ( SuperBuild.clSPARSE VERSION 0.10.2 .0 )
4242else ( )
4343 project ( SuperBuild.clSPARSE )
4444
@@ -48,11 +48,11 @@ else( )
4848 endif ( )
4949
5050 if ( NOT DEFINED SuperBuild.clSPARSE_VERSION_MINOR )
51- set ( SuperBuild.clSPARSE_VERSION_MINOR 11 )
51+ set ( SuperBuild.clSPARSE_VERSION_MINOR 10 )
5252 endif ( )
5353
5454 if ( NOT DEFINED SuperBuild.clSPARSE_VERSION_PATCH )
55- set ( SuperBuild.clSPARSE_VERSION_PATCH 1 )
55+ set ( SuperBuild.clSPARSE_VERSION_PATCH 2 )
5656 endif ( )
5757
5858 if ( NOT DEFINED SuperBuild.clSPARSE_VERSION_TWEAK )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ endif()
3737# clSPARSE becomes the name of the project with a particular version
3838if ( POLICY CMP0048 )
3939 cmake_policy ( SET CMP0048 NEW )
40- project ( clSPARSE VERSION 0.11.1 .0 LANGUAGES C CXX )
40+ project ( clSPARSE VERSION 0.10.2 .0 LANGUAGES C CXX )
4141else ( )
4242 project ( clSPARSE C CXX )
4343 # Define a version for the code
@@ -46,11 +46,11 @@ else( )
4646 endif ( )
4747
4848 if ( NOT DEFINED clSPARSE_VERSION_MINOR )
49- set ( clSPARSE_VERSION_MINOR 11 )
49+ set ( clSPARSE_VERSION_MINOR 10 )
5050 endif ( )
5151
5252 if ( NOT DEFINED clSPARSE_VERSION_PATCH )
53- set ( clSPARSE_VERSION_PATCH 1 )
53+ set ( clSPARSE_VERSION_PATCH 2 )
5454 endif ( )
5555
5656 if ( NOT DEFINED clSPARSE_VERSION_TWEAK )
You can’t perform that action at this time.
0 commit comments