forked from FFTW/fftw3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18b7e53
commit 6fb9cd7
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|