Skip to content

Commit

Permalink
Changing version number to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Knox committed Aug 13, 2013
1 parent 1e4a52d commit ca7eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project( clFFT )

# Define a version for the code
set( CLFFT_VERSION_MAJOR 2 )
set( CLFFT_VERSION_MINOR 1 )
set( CLFFT_VERSION_MINOR 0 )
set( CLFFT_VERSION_PATCH 0 )
set( CLFFT_VERSION "${CLFFT_VERSION_MAJOR}.${CLFFT_VERSION_MINOR}.${CLFFT_VERSION_PATCH}")

Expand Down

0 comments on commit ca7eedd

Please sign in to comment.