We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db35dbd commit b51ca64Copy full SHA for b51ca64
src/CMakeLists.txt
@@ -42,7 +42,7 @@ endif( )
42
43
# Define a version for the code
44
set( clBLAS_VERSION_MAJOR 2 )
45
-set( clBLAS_VERSION_MINOR 1 )
+set( clBLAS_VERSION_MINOR 0 )
46
set( clBLAS_VERSION_PATCH 0 )
47
set( clBLAS_VERSION "${clBLAS_VERSION_MAJOR}.${clBLAS_VERSION_MINOR}.${clBLAS_VERSION_PATCH}")
48
0 commit comments