commit: d71b91864d50f8a92e581f79b0be00bef09ede71 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Tue Oct 28 17:13:07 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Tue Oct 28 17:13:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=d71b9186
Bump $VERSION to 3.9 Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale-gen b/locale-gen index 5fb386e..3f825b4 100644 --- a/locale-gen +++ b/locale-gen @@ -18,7 +18,7 @@ use Term::ANSIColor qw(colored); use experimental qw(try); my $PROGRAM = basename(__FILE__); -my $VERSION = '3.8'; +my $VERSION = '3.9'; my $DEFERRED_SIGNAL = ''; my $PID = $$;
