From 1f94b09d082f83faab35a3c2dacc96f90f60a555 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 20 Aug 2013 01:06:53 -0700 Subject: [PATCH] Increase XS::Typemap::VERSION to 0.11 --- ext/XS-Typemap/Typemap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/XS-Typemap/Typemap.pm b/ext/XS-Typemap/Typemap.pm index de1cc6d..4bf7e70 100644 --- a/ext/XS-Typemap/Typemap.pm +++ b/ext/XS-Typemap/Typemap.pm @@ -36,7 +36,7 @@ require XSLoader; use vars qw/ $VERSION @EXPORT /; -$VERSION = '0.10'; +$VERSION = '0.11'; @EXPORT = (qw/ T_SV -- 2.7.4