Skip to content

Commit

Permalink
0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 24, 2024
1 parent 7593dae commit 8ca69eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.19 2024-02-24
- fix test to not broadcast over output

0.18 2021-10-04
Expand Down
2 changes: 1 addition & 1 deletion FFTW3.pd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use warnings;
# I generate code for up to 10-dimensional FFTs
my $maxrank = 10;

our $VERSION = '0.18';
our $VERSION = '0.19';
pp_setversion($VERSION);

pp_addpm( {At => 'Top'}, slurp('README.pod') . <<'EOF' );
Expand Down

0 comments on commit 8ca69eb

Please sign in to comment.