diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-22 07:09:59 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-22 07:09:59 +0000 |
commit | 7444e0114b4d1cd0259f54a7bbad4594b2c6177b (patch) | |
tree | 8444c54bd0643eb95aac82813442e40eb0dfbd8e | |
parent | 00b0d0d6e9677e542a94a222b5a283d24856cb20 (diff) | |
download | perl-7444e0114b4d1cd0259f54a7bbad4594b2c6177b.tar.gz |
Upgrade to Win32 0.34
p4raw-id: //depot/perl@32445
-rw-r--r-- | ext/Win32/Win32.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Win32/Win32.pm b/ext/Win32/Win32.pm index 72dac3a95c..1f909e4b36 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; |