From: Emmanuel Lacour Date: Tue, 10 Aug 2010 15:50:25 +0000 (+0200) Subject: Release 0.2 X-Git-Tag: 0.2 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsmtpt.git;a=commitdiff_plain;h=HEAD Release 0.2 --- diff --git a/smtpt b/smtpt index 9eb989b..40932f1 100755 --- a/smtpt +++ b/smtpt @@ -27,7 +27,7 @@ use Net::SMTP; use AppConfig qw(:expand :argcount); my $NAME = 'smtpt'; -my $VERSION = '0.1'; +my $VERSION = '0.2'; my $AUTHOR = 'Emmanuel Lacour, '; my %count;