From: Jesse Vincent Date: Tue, 20 Oct 2009 14:17:45 +0000 (-0400) Subject: Bump OS2::DLL's version since it differs from what was shipped in 5.11.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ede6ab58533e3b13086324aabe6605a74121b688;p=p5sagit%2Fp5-mst-13.2.git Bump OS2::DLL's version since it differs from what was shipped in 5.11.0 --- diff --git a/os2/OS2/OS2-REXX/DLL/DLL.pm b/os2/OS2/OS2-REXX/DLL/DLL.pm index 92eca22..023c20a 100644 --- a/os2/OS2/OS2-REXX/DLL/DLL.pm +++ b/os2/OS2/OS2-REXX/DLL/DLL.pm @@ -1,6 +1,6 @@ package OS2::DLL; -our $VERSION = '1.03'; +our $VERSION = '1.04'; use Carp; use XSLoader;