From f293d8f7921776cefdcd78d97c3881b478aebc41 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 13 Aug 2012 08:54:27 +0100 Subject: [PATCH] Bump $Win32CORE::VERSION The .c file was changed by 2e94d7323a. --- ext/Win32CORE/Win32CORE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Win32CORE/Win32CORE.pm b/ext/Win32CORE/Win32CORE.pm index 0e5d20b..f89bfab 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. -- 2.7.4