Skip to content

Commit d0dc7b0

Browse files
committed
Update Changes, increment version to 0.13
1 parent 1a6754a commit d0dc7b0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

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

3+
0.13 Tue Oct 21 2014
4+
- Change resumeHandle variable type to DWORD_PTR
5+
(thanks to Mark J Hewitt) [pr#5] [rt#99461]
6+
[https://bugs.activestate.com/show_bug.cgi?id=100108]
7+
38
0.12 Thu Nov 28 2013
49
- Fix required perl version 5.6 -> 5.006.
510
- Add Github repo link to META.yml

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-NetAdmin
33
abstract: Manage network groups and users in Perl
4-
version: 0.12
4+
version: 0.13
55
author:
66
- Jan Dubois <jand@activestate.com>
77
license: perl

NetAdmin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package Win32::NetAdmin;
55
#Written by Douglas_Lankshear@ActiveWare.com
66
#
77

8-
$VERSION = '0.12';
8+
$VERSION = '0.13';
99

1010
require Exporter;
1111
require DynaLoader;

0 commit comments

Comments
 (0)