Skip to content

Commit 12a4e01

Browse files
committed
Prepare for 0.51 release
1 parent a049ea3 commit 12a4e01

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changes

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

3+
0.51 [2015-01-26]
4+
- Win32-0.50 was released to CPAN from an out-dated Git repo, so
5+
didn't actually include the merged pull requests.
6+
7+
0.50 [2015-01-26]
8+
- add GetOSName support for Windows 8.1 (thanks to Tony Cook) [PR/6]
9+
- Fix build in C++ mode (thanks to Steve Hay and Daniel Dragan) [PR/7]
10+
311
0.49 [2014-04-15]
412
- Make sure Win32.xs uses winsock2.h and not winsock.h. [rt#94730]
513

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- #YAML:1.0
22
name: Win32
33
abstract: Interfaces to some Win32 API Functions
4-
version: 0.49
4+
version: 0.51
55
author:
66
- Jan Dubois <[email protected]>
77
license: perl

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.49';
11+
$VERSION = '0.51';
1212
$XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

0 commit comments

Comments
 (0)