Skip to content

Commit

Permalink
Release 3.3.6-pl1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Jan 16, 2017
1 parent 18b7e53 commit 6fb9cd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
FFTW 3.3.6-pl1:

* Bugfix: FFTW 3.3.6 had the wrong libtool version number, and generated
shared libraries of the form libfftw3.so.2.6.6 instead of
libfftw3.so.3.*.

FFTW 3.3.6:

* The fftw_make_planner_thread_safe() API introduced in 3.3.5 didn't
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define(FFTW_MAJOR_VERSION, 3.3)dnl
define(FFTW_MINOR_VERSION, 6)dnl

dnl Version number of the FFTW source package.
AC_INIT(fftw, FFTW_MAJOR_VERSION.FFTW_MINOR_VERSION, [email protected])
AC_INIT(fftw, FFTW_MAJOR_VERSION.FFTW_MINOR_VERSION-pl1, [email protected])
AC_CONFIG_SRCDIR(kernel/ifftw.h)

dnl Version number for libtool shared libraries. Libtool wants a string
Expand All @@ -21,6 +21,7 @@ dnl fftw-3.3.x was 6:x:3 for x < 4
dnl fftw-3.3.4 was 7:x:4
dnl fftw-3.3.5 was 8:x:5 (added planner hooks)
dnl fftw-3.3.6 was 8:x:6 (8:x:6 is a bug, should have been 8:x:5. No API changes)
dnl fftw-3.3.6.1 fixes the 8:x:6 screwup
SHARED_VERSION_INFO="8:FFTW_MINOR_VERSION:5" # CURRENT:REVISION:AGE

AM_INIT_AUTOMAKE(1.7)
Expand Down

0 comments on commit 6fb9cd7

Please sign in to comment.