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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C5B9158089 for ; Fri, 20 Oct 2023 00:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E282BC029; Fri, 20 Oct 2023 00:20:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF6302BC029 for ; Fri, 20 Oct 2023 00:20:32 +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 72E67335D12 for ; Fri, 20 Oct 2023 00:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BCC7B4E for ; Fri, 20 Oct 2023 00:20:29 +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: <1697761220.ed541fbe97fa22066030faaba051fe8d8a4b168a.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: ed541fbe97fa22066030faaba051fe8d8a4b168a X-VCS-Branch: master Date: Fri, 20 Oct 2023 00:20:29 +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: f7624016-950c-4bae-9b0f-429a5291f84d X-Archives-Hash: 9727514b2d489c604f3a417476d26439 commit: ed541fbe97fa22066030faaba051fe8d8a4b168a Author: Sam James gentoo org> AuthorDate: Fri Oct 20 00:20:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 20 00:20:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=ed541fbe Makefile.inc: prepare for 0.7.7 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 49ba250..811b0d4 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.7.6 +VERSION= 0.7.7 PKG= ${NAME}-${VERSION}