From d3c32f2fd5362f2b9c187b39be7d44fa2aec5eb6 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Fri, 13 Feb 2026 19:48:26 +0100 Subject: [PATCH] Release 1.1.0 Signed-off-by: Thomas Hochstein --- ChangeLog | 2 +- bin/yapfaq.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8018b24..c35c517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -yapfaq 1.1.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. * Add conversion script for old status files. diff --git a/bin/yapfaq.pl b/bin/yapfaq.pl index 210015b..dbc027b 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-pre"; +my $VERSION = "1.1.0"; (my $NAME = $0) =~ s#^.*/##; use utf8;