summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2012-10-15 08:35:59 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2012-10-15 08:35:59 +0100
commit42037ad6a00723dfac1ddfb747c39cf563f1fab4 (patch)
tree62b708346a440887ec378ad4100d5307dda0a66f
parent35f601d964ee4d1402116250f95cdafa9dfc4a29 (diff)
downloadperl-42037ad6a00723dfac1ddfb747c39cf563f1fab4.tar.gz
Bump $Win32CORE::VERSION following commit 35f601d964
-rw-r--r--ext/Win32CORE/Win32CORE.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Win32CORE/Win32CORE.pm b/ext/Win32CORE/Win32CORE.pm
index f89bfab639..1ea847b069 100644
--- a/ext/Win32CORE/Win32CORE.pm
+++ b/ext/Win32CORE/Win32CORE.pm
@@ -1,6 +1,6 @@
package Win32CORE;
-$VERSION = '0.03';
+$VERSION = '0.04';
# There is no reason to load this module explicitly. It will be
# initialized using xs_init() when the interpreter is constructed.