From: Rafael Garcia-Suarez Date: Thu, 22 Nov 2007 07:09:59 +0000 (+0000) Subject: Upgrade to Win32 0.34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7444e0114b4d1cd0259f54a7bbad4594b2c6177b;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Win32 0.34 p4raw-id: //depot/perl@32445 --- diff --git a/ext/Win32/Win32.pm b/ext/Win32/Win32.pm index 72dac3a..1f909e4 100644 --- a/ext/Win32/Win32.pm +++ b/ext/Win32/Win32.pm @@ -8,7 +8,7 @@ BEGIN { require DynaLoader; @ISA = qw|Exporter DynaLoader|; - $VERSION = '0.33'; + $VERSION = '0.34'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;