Skip to content

Commit

Permalink
Bump version to 6.1 to reflect recent merge from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Knox committed Aug 6, 2015
1 parent d7c0642 commit 4e34f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cmake_minimum_required( VERSION 2.8.10 )
if( POLICY CMP0048 )
cmake_policy( SET CMP0048 NEW )

project( SuperBuild.clSPARSE VERSION 0.6.0.0 )
project( SuperBuild.clSPARSE VERSION 0.6.1.0 )
else( )
project( SuperBuild.clSPARSE )

Expand All @@ -42,7 +42,7 @@ else( )
endif( )

if( NOT DEFINED SuperBuild.clSPARSE_VERSION_PATCH )
set( SuperBuild.clSPARSE_VERSION_PATCH 0 )
set( SuperBuild.clSPARSE_VERSION_PATCH 1 )
endif( )

if( NOT DEFINED SuperBuild.clSPARSE_VERSION_TWEAK )
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif( )
# clSPARSE becomes the name of the project with a particular version
if( POLICY CMP0048 )
cmake_policy( SET CMP0048 NEW )
project( clSPARSE VERSION 0.6.0.0 LANGUAGES C CXX )
project( clSPARSE VERSION 0.6.1.0 LANGUAGES C CXX )
else( )
project( clSPARSE C CXX )
# Define a version for the code
Expand All @@ -44,7 +44,7 @@ else( )
endif( )

if( NOT DEFINED clSPARSE_VERSION_PATCH )
set( clSPARSE_VERSION_PATCH 0 )
set( clSPARSE_VERSION_PATCH 1 )
endif( )

if( NOT DEFINED clSPARSE_VERSION_TWEAK )
Expand Down

0 comments on commit 4e34f70

Please sign in to comment.