From 2af1ab88da52f38a7450a6455bc28aa93c8e4e57 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 04:51:30 +0000 Subject: A swath of VERSION patches from Nicholas Clark. p4raw-id: //depot/perl@20688 --- os2/OS2/Process/Process.pm | 2 +- os2/OS2/REXX/DLL/DLL.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os2/OS2') diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm index 956e8fd935..bed50f3875 100644 --- a/os2/OS2/Process/Process.pm +++ b/os2/OS2/Process/Process.pm @@ -20,7 +20,7 @@ BEGIN { #require AutoLoader; our @ISA = qw(Exporter); - our $VERSION = "1.0"; + our $VERSION = "1.01"; XSLoader::load('OS2::Process', $VERSION); } diff --git a/os2/OS2/REXX/DLL/DLL.pm b/os2/OS2/REXX/DLL/DLL.pm index f6660d6cad..537a2107fc 100644 --- a/os2/OS2/REXX/DLL/DLL.pm +++ b/os2/OS2/REXX/DLL/DLL.pm @@ -1,6 +1,6 @@ package OS2::DLL; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Carp; use XSLoader; -- cgit v1.2.1