Skip to content

Commit d987b0a

Browse files
committed
Update CMakeLists.txt
1 parent c6d971f commit d987b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if( NOT DEFINED clBLAS_VERSION_MINOR )
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)