diff options
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 |