Skip to content

Commit

Permalink
sync version with configure.ac
Browse files Browse the repository at this point in the history
Closes FFTW#323
  • Loading branch information
stevengj authored Apr 12, 2023
1 parent 11d93a8 commit 0842f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ if (HAVE_AVX2)
list (APPEND SOURCEFILES ${fftw_dft_simd_avx2_SOURCE} ${fftw_rdft_simd_avx2_SOURCE})
endif ()

set (FFTW_VERSION 3.3.9)
set (FFTW_VERSION 3.3.10)

set (PREC_SUFFIX)
if (ENABLE_FLOAT)
Expand Down

0 comments on commit 0842f00

Please sign in to comment.