From 54415691fbf7cbe18ee56231b0e349bfe3965fdd Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 12 Oct 2008 02:45:27 +0000 Subject: [PATCH] package Mail::Ezmlm: * update version --- Ezmlm/trunk/Ezmlm.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ezmlm/trunk/Ezmlm.pm b/Ezmlm/trunk/Ezmlm.pm index 87a8259..2f54120 100644 --- a/Ezmlm/trunk/Ezmlm.pm +++ b/Ezmlm/trunk/Ezmlm.pm @@ -1,5 +1,5 @@ # =========================================================================== -# Ezmlm.pm - version 0.08 - 10/12/2008 +# Ezmlm.pm - version 0.08.1 - 10/12/2008 # $Id$ # # Object methods for ezmlm mailing lists @@ -53,7 +53,7 @@ require Exporter; @EXPORT = qw( ); -$VERSION = '0.08'; +$VERSION = '0.08.1'; require 5.005;