commit: 5f5a651907f8cdf3dbf52f5945ac967df4e37b47 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Sat Sep 13 23:52:48 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Sat Sep 13 23:52:48 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=5f5a6519
Bump $VERSION to 3.6 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 8346877..e360da3 100644 --- a/locale-gen +++ b/locale-gen @@ -19,7 +19,7 @@ use List::Util qw(any); use experimental qw(try); my $PROGRAM = basename(__FILE__); -my $VERSION = '3.5'; +my $VERSION = '3.6'; my $DEFERRED_SIGNAL = ''; my $PID = $$;
