Skip to content

Commit

Permalink
Bump Changes and version for v0.43 release
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Jul 29, 2019
1 parent edf93f0 commit ee4349e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl module Clone

0.43 2019-07-29 13:47:42 atomic
- fix an issue when cloning a NULL mg_ptr pointer

0.42 2019-07-19 23:06:04 garu
- make handling of mg_ptr safer (ATOOMIC, Harald Jörg)
- change license wording on some test files to
Expand Down
2 changes: 1 addition & 1 deletion Clone.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require AutoLoader;
@EXPORT = qw();
@EXPORT_OK = qw( clone );

$VERSION = '0.42';
$VERSION = '0.43';

bootstrap Clone $VERSION;

Expand Down

0 comments on commit ee4349e

Please sign in to comment.