Skip to content

Commit 62bd746

Browse files
committed
Win32 0.52_01 bump
1 parent 4e18cd4 commit 62bd746

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for the Perl extension Win32.
22

3+
0.52_01 [2017-11-30]
4+
- add missing const
5+
36
0.52 [2015-08-19]
47
- minimal Windows 10 support (thanks to Joel Maslak) [PR/8]
58
- refactor Windows 10 support to include ProductInfo flags

Win32.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package Win32;
88
require DynaLoader;
99

1010
@ISA = qw|Exporter DynaLoader|;
11-
$VERSION = '0.52';
11+
$VERSION = '0.52_01';
1212
$XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

0 commit comments

Comments
 (0)