Skip to content

Commit

Permalink
0.09
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 21, 2021
1 parent b181a47 commit 68132fd
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.09 2021-03-21
- fix setting VERSION so visible to module-loaders

0.08 2021-03-20
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.08';
our $VERSION = '0.09';
pp_setversion($VERSION);

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

0 comments on commit 68132fd

Please sign in to comment.