diff options
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/Opcode.pm | 2 | ||||
-rw-r--r-- | ext/Opcode/ops.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 9a1c92b2b0..225fda9031 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, $XS_VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.07"; +$VERSION = "1.08"; $XS_VERSION = "1.03"; use Carp; diff --git a/ext/Opcode/ops.pm b/ext/Opcode/ops.pm index 113445f29c..af3842918f 100644 --- a/ext/Opcode/ops.pm +++ b/ext/Opcode/ops.pm @@ -1,6 +1,6 @@ package ops; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Opcode qw(opmask_add opset invert_opset); |