Skip to content

Commit

Permalink
notes & versioning for 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bragadeesh committed Aug 31, 2016
1 parent d2ebff0 commit ce107c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ implementation of discrete Fast Fourier Transforms. It:
* Supports in-place or out-of-place transforms


clFFT - Release Notes - version 2.12.2
--------------------------------------

This is a patch update release to v2.12.1.
It has the following:

* Fix for thread safety issues
* Fix for failures in certain 2D transforms
* Fix for failures on POCL runtime
* Other minor improvements

Details on issues available on GitHub.


clFFT - Release Notes - version 2.12.1
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if( NOT DEFINED CLFFT_VERSION_MINOR )
endif( )

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

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

0 comments on commit ce107c4

Please sign in to comment.