Skip to content

Commit d044006

Browse files
author
Kent Knox
committed
Master branch remains v0.6.0.0; the main readme.md
file is updated with a correct releases link. Benchmarks for a few more routines were added.
1 parent e525e05 commit d044006

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 2.8.10 )
1111
if( 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 )
1515
else( )
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 )

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif( )
1515
# clSPARSE becomes the name of the project with a particular version
1616
if( 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 )
1919
else( )
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 )

0 commit comments

Comments
 (0)