Skip to content

Commit

Permalink
fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bragadeesh committed Aug 7, 2015
1 parent 81be7cd commit 0d5eeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ if( NOT DEFINED CLFFT_VERSION_MAJOR )
endif( )

if( NOT DEFINED CLFFT_VERSION_MINOR )
set( CLFFT_VERSION_MINOR 7 )
set( CLFFT_VERSION_MINOR 6 )
endif( )

if( NOT DEFINED CLFFT_VERSION_PATCH )
set( CLFFT_VERSION_PATCH 0 )
set( CLFFT_VERSION_PATCH 1 )
endif( )

set( CLFFT_VERSION "${CLFFT_VERSION_MAJOR}.${CLFFT_VERSION_MINOR}.${CLFFT_VERSION_PATCH}")
Expand Down

0 comments on commit 0d5eeed

Please sign in to comment.