From de5163c877f74c088b9878c0cbc7c061c7672cf1 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 24 Jan 2026 18:50:36 +0100 Subject: [PATCH] Change version suffix to '-pre'(release). Signed-off-by: Thomas Hochstein --- bin/yapfaq.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/yapfaq.pl b/bin/yapfaq.pl index b561dae..be517c0 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-unreleased"; +my $VERSION = "1.1.0-pre"; (my $NAME = $0) =~ s#^.*/##; use utf8;