Skip to content

Commit b51ca64

Browse files
author
Kent Knox
committed
Changing version number to 2.0
1 parent db35dbd commit b51ca64

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
@@ -42,7 +42,7 @@ endif( )
4242

4343
# Define a version for the code
4444
set( clBLAS_VERSION_MAJOR 2 )
45-
set( clBLAS_VERSION_MINOR 1 )
45+
set( clBLAS_VERSION_MINOR 0 )
4646
set( clBLAS_VERSION_PATCH 0 )
4747
set( clBLAS_VERSION "${clBLAS_VERSION_MAJOR}.${clBLAS_VERSION_MINOR}.${clBLAS_VERSION_PATCH}")
4848

0 commit comments

Comments
 (0)