From 02a44301bf4932369de0c75ad20a9c1256a455cd Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 16 May 2005 15:11:30 +0000 Subject: Bump the version number on Win32::Win32 p4raw-id: //depot/perl@24482 --- win32/ext/Win32/Win32.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') 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 -- cgit v1.2.1