Skip to content

Commit

Permalink
v1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Dec 21, 2024
1 parent dd7ec30 commit 98d14d8
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.75 20XX-XX-XX
1.75 2024-12-21
- FrameSet: rename .arrangement to .vertical, remove .resizeMethod
- add Date,Time,KeySelector,FrameSet, and CheckList to VB
- s/dragable/draggable/g
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.74';
$VERSION = '1.75';
$pid = $$;
bootstrap Prima $VERSION;
unless ( UNIVERSAL::can('Prima', 'init')) {
Expand Down

0 comments on commit 98d14d8

Please sign in to comment.