diff options
Diffstat (limited to 'os2/OS2')
-rw-r--r-- | os2/OS2/PrfDB/PrfDB.pm | 2 | ||||
-rw-r--r-- | os2/OS2/Process/Process.pm | 2 | ||||
-rw-r--r-- | os2/OS2/REXX/REXX.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os2/OS2/PrfDB/PrfDB.pm b/os2/OS2/PrfDB/PrfDB.pm index aa2a9069e8..a1bdc33a1c 100644 --- a/os2/OS2/PrfDB/PrfDB.pm +++ b/os2/OS2/PrfDB/PrfDB.pm @@ -14,7 +14,7 @@ our @ISA = qw(Exporter Tie::Hash); our @EXPORT = qw( AnyIni UserIni SystemIni ); -our $VERSION = '0.03'; +our $VERSION = '0.04'; XSLoader::load 'OS2::PrfDB', $VERSION; diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm index 69b362f72c..c299e88467 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.01"; + our $VERSION = "1.02"; XSLoader::load('OS2::Process', $VERSION); } 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... |