From 98225a64488c895097b3ce3f7ac9c94f464be86b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 12 Jan 2006 18:44:49 +0000 Subject: Bump $VERSION in many modules that have changed. p4raw-id: //depot/perl@26804 --- ext/XS/Typemap/Typemap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/XS') 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 -- cgit v1.2.1