Skip to content

Commit

Permalink
configure.ac: update version to fftw-3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed May 16, 2019
1 parent b43eba5 commit ccdf1cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl Define the fftw version number as M4 macros, so that we can enforce
dnl the invariant that the minor version number in FFTW-X.Y.MINOR is the same
dnl as the revision number in SHARED_VERSION_INFO.
define(FFTW_MAJOR_VERSION, 3.3)dnl
define(FFTW_MINOR_VERSION, 8)dnl
define(FFTW_MINOR_VERSION, 9)dnl

dnl Version number of the FFTW source package.
AC_INIT(fftw, FFTW_MAJOR_VERSION.FFTW_MINOR_VERSION, fftw@fftw.org)
Expand All @@ -24,6 +24,7 @@ dnl fftw-3.3.6 was 8:x:6 (8:x:6 is a bug, should have been 8:x:5. No API change
dnl fftw-3.3.6.1 fixes the 8:x:6 screwup
dnl fftw-3.3.7 was 8:x:5 (No API changes)
dnl fftw-3.3.8 was 8:x:5 (No API changes)
dnl fftw-3.3.9 was 8:x:5 (No API changes)
SHARED_VERSION_INFO="8:FFTW_MINOR_VERSION:5" # CURRENT:REVISION:AGE

AM_INIT_AUTOMAKE(1.7)
Expand Down

0 comments on commit ccdf1cd

Please sign in to comment.