diff options
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 0c10f40c15..04776f0abb 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.02'; +$VERSION = '0.03'; @EXPORT = (qw/ T_SV |