commit: 6a71671c8dac4fb54c31927619dbf4857ea52ff1 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Thu Sep 18 23:06:31 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Thu Sep 18 23:06:31 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=6a71671c
Bump $VERSION to 3.8 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 0299f14..d050490 100644 --- a/locale-gen +++ b/locale-gen @@ -19,7 +19,7 @@ use Term::ANSIColor qw(colored); use experimental qw(try); my $PROGRAM = basename(__FILE__); -my $VERSION = '3.7'; +my $VERSION = '3.8'; my $DEFERRED_SIGNAL = ''; my $PID = $$;
