Skip to content

Commit ca7eedd

Browse files
author
Kent Knox
committed
Changing version number to 2.0
1 parent 1e4a52d commit ca7eedd

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
@@ -27,7 +27,7 @@ project( clFFT )
2727

2828
# Define a version for the code
2929
set( CLFFT_VERSION_MAJOR 2 )
30-
set( CLFFT_VERSION_MINOR 1 )
30+
set( CLFFT_VERSION_MINOR 0 )
3131
set( CLFFT_VERSION_PATCH 0 )
3232
set( CLFFT_VERSION "${CLFFT_VERSION_MAJOR}.${CLFFT_VERSION_MINOR}.${CLFFT_VERSION_PATCH}")
3333

0 commit comments

Comments
 (0)