diff options
Diffstat (limited to 'os2/OS2/REXX/REXX.pm')
-rw-r--r-- | os2/OS2/REXX/REXX.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/REXX/REXX.pm b/os2/OS2/REXX/REXX.pm index 88b624f233..b99815a041 100644 --- a/os2/OS2/REXX/REXX.pm +++ b/os2/OS2/REXX/REXX.pm @@ -11,7 +11,7 @@ require OS2::DLL; # Other items we are prepared to export if requested @EXPORT_OK = qw(drop register); -$VERSION = '1.02'; +$VERSION = '1.03'; # We cannot just put OS2::DLL in @ISA, since some scripts would use # function interface, not method interface... |