diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-28 01:17:42 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-28 01:17:42 +0200 |
commit | a021e204e0844d81766ad13db229839436357c0e (patch) | |
tree | 37b14d8f544fc657869dc22e46684729567280d4 | |
parent | 118fab1a68499eed3ec3f4114ad65208ec747451 (diff) |
Bump version number.
-rw-r--r-- | Changelog | 4 | ||||
-rwxr-xr-x | interimap | 2 | ||||
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +interimap (0.3) upstream; + + -- Guilhem Moulin <guilhem@guilhem.org> Mon, 28 Sep 2015 01:16:47 +0200 + interimap (0.2) upstream; * Add support for the IMAP COMPRESS extension [RFC4978]. By default @@ -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 <http://www.gnu.org/licenses/>. #---------------------------------------------------------------------- -package Net::IMAP::InterIMAP v0.0.2; +package Net::IMAP::InterIMAP v0.0.3; use warnings; use strict; |