diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-16 15:11:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-16 15:11:30 +0000 |
commit | 02a44301bf4932369de0c75ad20a9c1256a455cd (patch) | |
tree | e5901a0616b779937e0c15816d7586400d2b8460 /win32 | |
parent | bce8f4120e2273696708e81ef6c1d919b324fb00 (diff) | |
download | perl-02a44301bf4932369de0c75ad20a9c1256a455cd.tar.gz |
Bump the version number on Win32::Win32
p4raw-id: //depot/perl@24482
Diffstat (limited to 'win32')
-rw-r--r-- | win32/ext/Win32/Win32.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ext/Win32/Win32.pm b/win32/ext/Win32/Win32.pm index f3517b170b..3844c63429 100644 --- a/win32/ext/Win32/Win32.pm +++ b/win32/ext/Win32/Win32.pm @@ -8,7 +8,7 @@ BEGIN { require DynaLoader; @ISA = qw|Exporter DynaLoader|; - $VERSION = '0.23'; + $VERSION = '0.24'; @EXPORT = qw( NULL |