From bb65ca6f9cfc1e3268c17e373f2433dc48a725d5 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Fri, 13 Feb 2026 19:50:39 +0100 Subject: [PATCH] Bump version. Signed-off-by: Thomas Hochstein --- ChangeLog | 3 +++ bin/yapfaq.pl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c35c517..a491bad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +yapfaq 1.2.0 (unreleased) + + yapfaq 1.1.0 (2026-02-13) * --test: Set Supersedes and don't modify Message-ID if -o is set. * --test: Force -o if -n is not set. diff --git a/bin/yapfaq.pl b/bin/yapfaq.pl index dbc027b..a844e38 100755 --- a/bin/yapfaq.pl +++ b/bin/yapfaq.pl @@ -19,7 +19,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -my $VERSION = "1.1.0"; +my $VERSION = "1.2.0-pre"; (my $NAME = $0) =~ s#^.*/##; use utf8;