commit: 8124a2fecf661acb219330c98a9aa2e482492a5c
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri Aug 22 23:17:42 2025 +0000
Commit: Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Fri Aug 22 23:42:05 2025 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=8124a2fe
Bump $VERSION to 3.4
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 96e54ec..16bcc00 100755
--- a/locale-gen
+++ b/locale-gen
@@ -21,7 +21,7 @@ use experimental qw(try);
my $PROGRAM;
BEGIN { $PROGRAM = (splitpath(__FILE__))[-1]; }
-my $VERSION = '3.3';
+my $VERSION = '3.4';
my $DEFERRED_SIGNAL = '';
my $PID = $$;