Skip to content

Commit

Permalink
v1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Oct 29, 2023
1 parent d74e3db commit 689f518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl module Prima

1.71 20XX-XX-XX
1.71 2023-10-29
- Add Prima::Image::webp filter dialog
- Add DeviceBitmap.maskPixel
- Add menus to file dialogs
Expand Down
2 changes: 1 addition & 1 deletion Prima.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require DynaLoader;
use vars qw($VERSION @ISA $__import @preload $pid);
@ISA = qw(DynaLoader);
sub dl_load_flags { 0x00 }
$VERSION = '1.70';
$VERSION = '1.71';
$pid = $$;
bootstrap Prima $VERSION;
unless ( UNIVERSAL::can('Prima', 'init')) {
Expand Down

0 comments on commit 689f518

Please sign in to comment.