diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-12 18:44:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-12 18:44:49 +0000 |
commit | 98225a64488c895097b3ce3f7ac9c94f464be86b (patch) | |
tree | 844445b173ff28c32d345d8a96447613f45b538a /ext/XS | |
parent | 54dc0f912bb497a6d6861fbfa3f067ec3cfdfe0c (diff) | |
download | perl-98225a64488c895097b3ce3f7ac9c94f464be86b.tar.gz |
Bump $VERSION in many modules that have changed.
p4raw-id: //depot/perl@26804
Diffstat (limited to 'ext/XS')
-rw-r--r-- | ext/XS/Typemap/Typemap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS/Typemap/Typemap.pm b/ext/XS/Typemap/Typemap.pm index ce5a65f0ee..0c10f40c15 100644 --- a/ext/XS/Typemap/Typemap.pm +++ b/ext/XS/Typemap/Typemap.pm @@ -36,7 +36,7 @@ use base qw/ DynaLoader Exporter /; use vars qw/ $VERSION @EXPORT /; -$VERSION = '0.01'; +$VERSION = '0.02'; @EXPORT = (qw/ T_SV |