From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 14:38:40 +0000 (+0000) Subject: One more XS change versus no VERSION change. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=447176e0e2fabc8611c1c3b96183e722a7de3669;p=p5sagit%2Fp5-mst-13.2.git One more XS change versus no VERSION change. (Remaining in JNI.pm/xs, don't know what to about that since JNI is kind of "stable".) p4raw-id: //depot/perl@20705 --- diff --git a/ext/Filter/Util/Call/Call.pm b/ext/Filter/Util/Call/Call.pm index a560626..e00125a 100644 --- a/ext/Filter/Util/Call/Call.pm +++ b/ext/Filter/Util/Call/Call.pm @@ -18,7 +18,7 @@ use vars qw($VERSION @ISA @EXPORT) ; @ISA = qw(Exporter DynaLoader); @EXPORT = qw( filter_add filter_del filter_read filter_read_exact) ; -$VERSION = "1.06" ; +$VERSION = "1.07" ; sub filter_read_exact($) {