From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1D1C2158089 for ; Sun, 10 Sep 2023 15:18:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 607482BC017; Sun, 10 Sep 2023 15:18:25 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 427032BC017 for ; Sun, 10 Sep 2023 15:18:25 +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 38AF1335C87 for ; Sun, 10 Sep 2023 15:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D734910DC for ; Sun, 10 Sep 2023 15:18:22 +0000 (UTC) From: "Sam James" 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" Message-ID: <1694359069.e5776f83258f38bb01312a909cdf57d0bdb8a4d2.sam@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: / X-VCS-Repository: proj/netifrc X-VCS-Files: Makefile.inc X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e5776f83258f38bb01312a909cdf57d0bdb8a4d2 X-VCS-Branch: master Date: Sun, 10 Sep 2023 15:18:22 +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: a1cc8fd6-2a98-48ce-9d2d-087718700f1b X-Archives-Hash: 1fa54b07aa533ea53e1048728d20dc9c commit: e5776f83258f38bb01312a909cdf57d0bdb8a4d2 Author: Sam James gentoo org> AuthorDate: Sun Sep 10 15:17:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 10 15:17:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=e5776f83 Makefile.inc: prepare for 0.7.6 Signed-off-by: Sam James gentoo.org> Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index b1aba0f..49ba250 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.7.5 +VERSION= 0.7.6 PKG= ${NAME}-${VERSION}