Skip to content

Commit 902ccec

Browse files
committed
Merge pull request #157 from TimmyLiu/develop
bump develop branch version number to 2.9.0
2 parents feadbbb + d987b0a commit 902ccec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ if( NOT DEFINED clBLAS_VERSION_MAJOR )
108108
endif( )
109109

110110
if( NOT DEFINED clBLAS_VERSION_MINOR )
111-
set( clBLAS_VERSION_MINOR 7 )
111+
set( clBLAS_VERSION_MINOR 9 )
112112
endif( )
113113

114114
if( NOT DEFINED clBLAS_VERSION_PATCH )
115-
set( clBLAS_VERSION_PATCH 1 )
115+
set( clBLAS_VERSION_PATCH 0 )
116116
endif( )
117117

118118
set( clBLAS_VERSION "${clBLAS_VERSION_MAJOR}.${clBLAS_VERSION_MINOR}.${clBLAS_VERSION_PATCH}")

0 commit comments

Comments
 (0)