From: Father Chrysostomos Date: Mon, 23 Apr 2012 05:05:24 +0000 (-0700) Subject: Increase $XS::APItest::VERSION to 0.39 X-Git-Tag: upstream/5.20.0~6865 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df416c68f720585387215cb0d3dd260ae01828f1;p=platform%2Fupstream%2Fperl.git Increase $XS::APItest::VERSION to 0.39 --- diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index 6c3c323..d7fb60a 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -5,7 +5,7 @@ use strict; use warnings; use Carp; -our $VERSION = '0.38'; +our $VERSION = '0.39'; require XSLoader;