From a4327692eb80f73e5f8bea9b9564a692eb6155f0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 21 Aug 2012 16:52:15 -0700 Subject: [PATCH] Increase $XS:APItest::VERSION to 0.43 --- ext/XS-APItest/APItest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index a72fb6c..749af95 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.42'; +our $VERSION = '0.43'; require XSLoader; -- 2.7.4