Undo VERSION bump for undone code
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 20 Aug 2012 15:30:52 +0000 (16:30 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 20 Aug 2012 15:30:52 +0000 (16:30 +0100)
Commit 78ed4cf4d6 undid the accidental effect of eb578fdb55 on OS2::REXX
but forgot to revert the accompanying VERSION bump, which is not otherwise
required since nothing else has changed.

os2/OS2/OS2-REXX/REXX.pm

index a094232..ca9fee6 100644 (file)
@@ -11,7 +11,7 @@ require OS2::DLL;
 # Other items we are prepared to export if requested
 @EXPORT_OK = qw(drop register);
 
-$VERSION = '1.05';
+$VERSION = '1.04';
 
 # We cannot just put OS2::DLL in @ISA, since some scripts would use
 # function interface, not method interface...