From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1672623-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 426F7158083 for <garchives@archives.gentoo.org>; Sun, 22 Sep 2024 04:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 405B6E29AE; Sun, 22 Sep 2024 04:33:31 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26C1FE29AE for <gentoo-commits@lists.gentoo.org>; Sun, 22 Sep 2024 04:33:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 426CE3432DC for <gentoo-commits@lists.gentoo.org>; Sun, 22 Sep 2024 04:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC1F61CB1 for <gentoo-commits@lists.gentoo.org>; Sun, 22 Sep 2024 04:33:28 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1726979511.c3c2343acf8ea00c07413eb65676c5b6071f295a.sam@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: / X-VCS-Repository: proj/pax-utils X-VCS-Files: meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3c2343acf8ea00c07413eb65676c5b6071f295a X-VCS-Branch: master Date: Sun, 22 Sep 2024 04:33:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba7dca56-8b84-4a2d-bd67-79acd0868b0c X-Archives-Hash: f0c0fdc96ec005035610f977ba0a3387 commit: c3c2343acf8ea00c07413eb65676c5b6071f295a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 22 04:31:51 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 22 04:31:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=c3c2343a meson.build: prepare for pax-utils-1.3.8 Signed-off-by: Sam James <sam <AT> gentoo.org> meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 827e7e4..bee1c05 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pax-utils', 'c', - version : '1.3.7', + version : '1.3.8', license : 'GPL-2.0-only', default_options : [ 'warning_level=2',