commit: 40842471ee469d5fd6f0673074a57c359531df72
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri Aug 8 17:37:32 2025 +0000
Commit: Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Fri Aug 8 17:41:03 2025 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=40842471
Bump $VERSION to 3.2
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 2809055..96e1060 100755
--- a/locale-gen
+++ b/locale-gen
@@ -22,7 +22,7 @@ use experimental qw(try);
my $PROGRAM;
BEGIN { $PROGRAM = (splitpath(__FILE__))[-1]; }
-my $VERSION = '3.1';
+my $VERSION = '3.2';
my $DEFERRED_SIGNAL = '';
my $PID = $$;