Skip to content

Commit

Permalink
increased version number to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Volkmer committed Feb 23, 2023
1 parent 66d7cc7 commit d1238a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

m4_define([nfft_version_major], [3])
m4_define([nfft_version_minor], [5])
m4_define([nfft_version_patch], [3])
m4_define([nfft_version_patch], [4])
m4_define([nfft_version_type], [alpha])
m4_append([NFFT_VERSION], m4_expand([nfft_version_major.nfft_version_minor.nfft_version_patch]))
m4_append([NFFT_VERSION], m4_expand([nfft_version_type]))
Expand Down

0 comments on commit d1238a7

Please sign in to comment.