From 83a860be101e28af0b33da2b3a7151f63c87086d Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Tue, 19 Nov 2024 23:17:10 +0100 Subject: [PATCH] Next release is 0.7 0.6.1 was a maintenance release, but 0.6.2 should have been 0.7 already. Fix that for the future. Signed-off-by: Thomas Hochstein --- ChangeLog | 2 +- checkmail.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 815656b..3b347d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -checkmail 0.6.3 (unreleased) +checkmail 0.7 (unreleased) * Re-format ChangeLog. * Update POD documentation (repository, issue tracker). diff --git a/checkmail.pl b/checkmail.pl index 3353cf6..93cd867 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -9,7 +9,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -our $VERSION = "0.6.3 (unreleased)"; +our $VERSION = "0.7 (unreleased)"; ################################# Configuration ################################ # Please fill in a working configuration!