diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:21:11 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:21:11 +0100 |
commit | 8130c75c18408ba8e2e635894d87878078e3f1f8 (patch) | |
tree | 2e2c6e2382df0c68ef6288f78828389f8ea63907 | |
parent | 46fe928647ad8d38ced79a36d38cd152055ed005 (diff) |
Prepare new release v0.5.4.
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | interimap | 2 | ||||
-rwxr-xr-x | pullimap | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -22,7 +22,7 @@ interimap (0.5.4) upstream; - documentation: replace example.org with example.net for consistency. - rename 'debian' branch to 'debian/latest' for DEP-14 compliance. - -- Guilhem Moulin <guilhem@fripost.org> Thu, 10 Dec 2020 14:22:05 +0100 + -- Guilhem Moulin <guilhem@fripost.org> Fri, 11 Dec 2020 11:21:11 +0100 interimap (0.5.3) upstream; @@ -22,7 +22,7 @@ use v5.14.2; use strict; use warnings; -our $VERSION = '0.5.3'; +our $VERSION = '0.5.4'; 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.3'; +our $VERSION = '0.5.4'; my $NAME = 'pullimap'; use Errno 'EINTR'; |