From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 372F615827B for ; Fri, 22 Aug 2025 23:42:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2222A340C57 for ; Fri, 22 Aug 2025 23:42:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C5001102F8; Fri, 22 Aug 2025 23:42:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0C9631102F8 for ; Fri, 22 Aug 2025 23:42:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B609B340C57 for ; Fri, 22 Aug 2025 23:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2206B261E for ; Fri, 22 Aug 2025 23:42:21 +0000 (UTC) From: "Kerin Millar" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kerin Millar" Message-ID: <1755906125.8124a2fecf661acb219330c98a9aa2e482492a5c.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: 8124a2fecf661acb219330c98a9aa2e482492a5c X-VCS-Branch: master Date: Fri, 22 Aug 2025 23:42:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d04af64b-bc58-4fff-b095-68e4414ccca2 X-Archives-Hash: 805942ae37e9c02edffc3e341bae006b commit: 8124a2fecf661acb219330c98a9aa2e482492a5c Author: Kerin Millar plushkava net> AuthorDate: Fri Aug 22 23:17:42 2025 +0000 Commit: Kerin Millar plushkava 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 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 = $$;