Skip to content

Commit ce107c4

Browse files
author
bragadeesh
committed
notes & versioning for 2.12.2
1 parent d2ebff0 commit ce107c4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ReleaseNotes.txt

+14
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ implementation of discrete Fast Fourier Transforms. It:
1919
* Supports in-place or out-of-place transforms
2020

2121

22+
clFFT - Release Notes - version 2.12.2
23+
--------------------------------------
24+
25+
This is a patch update release to v2.12.1.
26+
It has the following:
27+
28+
* Fix for thread safety issues
29+
* Fix for failures in certain 2D transforms
30+
* Fix for failures on POCL runtime
31+
* Other minor improvements
32+
33+
Details on issues available on GitHub.
34+
35+
2236
clFFT - Release Notes - version 2.12.1
2337
--------------------------------------
2438

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if( NOT DEFINED CLFFT_VERSION_MINOR )
4444
endif( )
4545

4646
if( NOT DEFINED CLFFT_VERSION_PATCH )
47-
set( CLFFT_VERSION_PATCH 1 )
47+
set( CLFFT_VERSION_PATCH 2 )
4848
endif( )
4949

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

0 commit comments

Comments
 (0)