summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-20 10:17:45 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-20 10:17:45 -0400
commitede6ab58533e3b13086324aabe6605a74121b688 (patch)
treeab05df7a3c222356e45fa1762881606ca62bc60e /os2
parent8346f1fe5d9573dd6fe31cf90e4b97ea02c0ede0 (diff)
downloadperl-ede6ab58533e3b13086324aabe6605a74121b688.tar.gz
Bump OS2::DLL's version since it differs from what was shipped in 5.11.0
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/OS2-REXX/DLL/DLL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/OS2-REXX/DLL/DLL.pm b/os2/OS2/OS2-REXX/DLL/DLL.pm
index 92eca22bda..023c20a0bd 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;