diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:33:15 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:33:15 +0100 |
commit | bb58678ba034e56f88db7202bf4e29ef3bd1bebd (patch) | |
tree | 1527f8b93d3672ece16a6849b4b88c5eef52fa83 | |
parent | 51df40cf82c67ae828c325a42e28b3155fce9864 (diff) |
Prepare new release.upstream/0.5.3
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | interimap | 2 | ||||
-rwxr-xr-x | pullimap | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ interimap (0.5.3) upstream; - test suite: new test with a server offering both RSA+ECDSA certificates. This test requires dovecot-imapd 2.2.31 or later. - -- Guilhem Moulin <guilhem@fripost.org> Tue, 08 Dec 2020 15:58:22 +0100 + -- Guilhem Moulin <guilhem@fripost.org> Wed, 09 Dec 2020 15:32:01 +0100 interimap (0.5.2) upstream; @@ -22,7 +22,7 @@ use v5.14.2; use strict; use warnings; -our $VERSION = '0.5.2'; +our $VERSION = '0.5.3'; my $NAME = 'interimap'; my $DATABASE_VERSION = 1; use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat @@ -22,7 +22,7 @@ use v5.20.2; use strict; use warnings; -our $VERSION = '0.5.2'; +our $VERSION = '0.5.3'; my $NAME = 'pullimap'; use Errno 'EINTR'; |