diff options
-rw-r--r-- | ext/Filter/Util/Call/Call.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Filter/Util/Call/Call.pm b/ext/Filter/Util/Call/Call.pm index 8a37a83f0d..6bbf79bba6 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.0602" ; +$VERSION = "1.07" ; sub filter_read_exact($) { |