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 06A6215806E for ; Mon, 29 May 2023 00:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5129E0815; Mon, 29 May 2023 00:17:59 +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 C7BC0E0815 for ; Mon, 29 May 2023 00:17:59 +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 D07BF340E9E for ; Mon, 29 May 2023 00:17:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634A4A6F for ; Mon, 29 May 2023 00:17:57 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1685319372.52416b2f17e1e1700e4a41b43fd887f7e2cf317e.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 52416b2f17e1e1700e4a41b43fd887f7e2cf317e X-VCS-Branch: master Date: Mon, 29 May 2023 00:17:57 +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: a80c2c74-3815-4e4b-ac15-d03eb528d659 X-Archives-Hash: 6d59f85d9743cff4990cce4775719f31 commit: 52416b2f17e1e1700e4a41b43fd887f7e2cf317e Author: Mike Gilbert gentoo org> AuthorDate: Mon May 29 00:16:12 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon May 29 00:16:12 2023 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=52416b2f Makefile.inc: version 0.7.5 Signed-off-by: Mike Gilbert gentoo.org> Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index fe1eb33..b1aba0f 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.7.4 +VERSION= 0.7.5 PKG= ${NAME}-${VERSION}