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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99F8E15827B for ; Wed, 13 Aug 2025 23:49:44 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7A6F2340D6F for ; Wed, 13 Aug 2025 23:49:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6E556110280; Wed, 13 Aug 2025 23:49:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 65F96110280 for ; Wed, 13 Aug 2025 23:49:43 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A022340D06 for ; Wed, 13 Aug 2025 23:49:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC5B93345 for ; Wed, 13 Aug 2025 23:49:41 +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: <1755126863.29b6da6ba5f5ab2a26c945e5f5781a07839d84da.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: 29b6da6ba5f5ab2a26c945e5f5781a07839d84da X-VCS-Branch: master Date: Wed, 13 Aug 2025 23:49:41 +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: 2cab9400-4a9a-41ec-a7a6-fd72ac1e259e X-Archives-Hash: 82e014f9f83401c7ead0333fc5816075 commit: 29b6da6ba5f5ab2a26c945e5f5781a07839d84da Author: Kerin Millar plushkava net> AuthorDate: Wed Aug 13 23:14:23 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Wed Aug 13 23:14:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=29b6da6b Bump $VERSION to 3.3 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 27c1787..c415529 100755 --- a/locale-gen +++ b/locale-gen @@ -24,7 +24,7 @@ use experimental qw(try); my $PROGRAM; BEGIN { $PROGRAM = (splitpath(__FILE__))[-1]; } -my $VERSION = '3.2'; +my $VERSION = '3.3'; my $DEFERRED_SIGNAL = ''; my $PID = $$;