diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-13 08:54:27 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-13 08:54:27 +0100 |
commit | f293d8f7921776cefdcd78d97c3881b478aebc41 (patch) | |
tree | e6e259823966310682326afe9afd7158d31da3f7 /ext | |
parent | 6156383d73f2f6524ee9ee99df53a43e80f8cd72 (diff) | |
download | perl-f293d8f7921776cefdcd78d97c3881b478aebc41.tar.gz |
Bump $Win32CORE::VERSION
The .c file was changed by 2e94d7323a.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Win32CORE/Win32CORE.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Win32CORE/Win32CORE.pm b/ext/Win32CORE/Win32CORE.pm index 0e5d20bb90..f89bfab639 100644 --- a/ext/Win32CORE/Win32CORE.pm +++ b/ext/Win32CORE/Win32CORE.pm @@ -1,6 +1,6 @@ package Win32CORE; -$VERSION = '0.02'; +$VERSION = '0.03'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. |