From: Steve Hay Date: Mon, 13 Aug 2012 07:54:27 +0000 (+0100) Subject: Bump $Win32CORE::VERSION X-Git-Tag: upstream/5.20.0~5797 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f293d8f7921776cefdcd78d97c3881b478aebc41;p=platform%2Fupstream%2Fperl.git Bump $Win32CORE::VERSION The .c file was changed by 2e94d7323a. --- 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.