File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 2.8.10 )
1111if ( POLICY CMP0048 )
1212 cmake_policy ( SET CMP0048 NEW )
1313
14- project ( SuperBuild.clSPARSE VERSION 0.7 .0.0 )
14+ project ( SuperBuild.clSPARSE VERSION 0.6 .0.0 )
1515else ( )
1616 project ( SuperBuild.clSPARSE )
1717
@@ -21,7 +21,7 @@ else( )
2121 endif ( )
2222
2323 if ( NOT DEFINED SuperBuild.clSPARSE_VERSION_MINOR )
24- set ( SuperBuild.clSPARSE_VERSION_MINOR 7 )
24+ set ( SuperBuild.clSPARSE_VERSION_MINOR 6 )
2525 endif ( )
2626
2727 if ( NOT DEFINED SuperBuild.clSPARSE_VERSION_PATCH )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ endif( )
1515# clSPARSE becomes the name of the project with a particular version
1616if ( POLICY CMP0048 )
1717 cmake_policy ( SET CMP0048 NEW )
18- project ( clSPARSE VERSION 0.7 .0.0 LANGUAGES C CXX )
18+ project ( clSPARSE VERSION 0.6 .0.0 LANGUAGES C CXX )
1919else ( )
2020 project ( clSPARSE C CXX )
2121 # Define a version for the code
@@ -24,7 +24,7 @@ else( )
2424 endif ( )
2525
2626 if ( NOT DEFINED clSPARSE_VERSION_MINOR )
27- set ( clSPARSE_VERSION_MINOR 7 )
27+ set ( clSPARSE_VERSION_MINOR 6 )
2828 endif ( )
2929
3030 if ( NOT DEFINED clSPARSE_VERSION_PATCH )
You can’t perform that action at this time.
0 commit comments