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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21CCC13835A for ; Wed, 10 Feb 2021 13:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C653E08F1; Wed, 10 Feb 2021 13:08:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47BFDE08F1 for ; Wed, 10 Feb 2021 13:08:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA077340F21 for ; Wed, 10 Feb 2021 13:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D6AF4C3 for ; Wed, 10 Feb 2021 13:08:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1612962337.3067e568abbf803e8f47a6e16bc39412a4539b1c.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3067e568abbf803e8f47a6e16bc39412a4539b1c X-VCS-Branch: master Date: Wed, 10 Feb 2021 13:08:38 +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: 02b1167d-4feb-45a6-b4d2-6cdd5af5c1a5 X-Archives-Hash: 4108536f5c59040a6a5fbe2403dc7209 commit: 3067e568abbf803e8f47a6e16bc39412a4539b1c Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 10 13:05:37 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Feb 10 13:05:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=3067e568 Makefile.inc: tag a new release Signed-off-by: Lars Wendler gentoo.org> Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 1cc2b49..4c65f8c 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.7.2 +VERSION= 0.7.3 PKG= ${NAME}-${VERSION}