From: Guilhem Moulin Date: Sun, 27 Sep 2015 23:17:42 +0000 (+0200) Subject: Bump version number. X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=a021e204e0844d81766ad13db229839436357c0e;p=interimap.git Bump version number. --- diff --git a/Changelog b/Changelog index bc60b19..7a36711 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +interimap (0.3) upstream; + + -- Guilhem Moulin Mon, 28 Sep 2015 01:16:47 +0200 + interimap (0.2) upstream; * Add support for the IMAP COMPRESS extension [RFC4978]. By default diff --git a/interimap b/interimap index 401bfa2..8a0afe5 100755 --- a/interimap +++ b/interimap @@ -21,7 +21,7 @@ use strict; use warnings; -our $VERSION = '0.2'; +our $VERSION = '0.3'; my $NAME = 'interimap'; use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat bundling auto_version/; diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index 3a6481e..721597d 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -16,7 +16,7 @@ # along with this program. If not, see . #---------------------------------------------------------------------- -package Net::IMAP::InterIMAP v0.0.2; +package Net::IMAP::InterIMAP v0.0.3; use warnings; use strict;