Skip to content

Commit

Permalink
Marking code for release of 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimo committed Oct 16, 2012
1 parent 59f21be commit caa4f0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use File::Basename ();
#######################################################################
# STATIC OBJECT PROPERTIES
#
$VERSION = '0.71';
$VERSION = '0.72';

#### some package-global hash to
#### keep track of the imported
Expand Down
2 changes: 1 addition & 1 deletion Callback.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use strict;
use warnings;
use vars qw( $VERSION @ISA $Stage2FuncPtrPkd );

$VERSION = '0.71';
$VERSION = '0.72';


require Exporter; # to export the constants to the main:: space
Expand Down
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
History of Win32::API perl extension.

2012-09-03 Win32::API v0.71 bulk88
2012-10-16 Win32::API v0.72 cosimo
- Improved Callback tests by properly detecting native or ithreads
fork capability. Thanks to Steve Hay for the patch.

2012-10-15 Win32::API v0.71 bulk88
- API Change, UseMI64 changed to always return old value, not old on no
setting and new on setting
- Added, "in" for ::API and "out" for ::Callback are automatically
Expand Down

0 comments on commit caa4f0a

Please sign in to comment.