Skip to content

Commit 4e34f70

Browse files
author
Kent Knox
committed
Bump version to 6.1 to reflect recent merge from develop
1 parent d7c0642 commit 4e34f70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

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

src/CMakeLists.txt

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

0 commit comments

Comments
 (0)