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 78170138334 for ; Tue, 10 Jul 2018 21:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 755C1E09A2; Tue, 10 Jul 2018 21:42:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3EEA3E09A2 for ; Tue, 10 Jul 2018 21:42:32 +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 CD585335C08 for ; Tue, 10 Jul 2018 21:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF27935C for ; Tue, 10 Jul 2018 21:42:28 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1531258653.e42b4b9c0ceeb5d3dde6096b7179d5da9c3e434e.zx2c4@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: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: e42b4b9c0ceeb5d3dde6096b7179d5da9c3e434e X-VCS-Branch: master Date: Tue, 10 Jul 2018 21:42:28 +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-Archives-Salt: b9d9dff2-4e91-46d9-95d2-844d30a7b13d X-Archives-Hash: 702a640a955aea1bb2f4b09ee9b035b5 commit: e42b4b9c0ceeb5d3dde6096b7179d5da9c3e434e Author: Jason A. Donenfeld gentoo org> AuthorDate: Tue Jul 10 21:35:53 2018 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Tue Jul 10 21:37:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=e42b4b9c Bump for 0.6.1. Signed-off-by: Jason A. Donenfeld gentoo.org> Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index aa732bb..b856105 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.6.0 +VERSION= 0.6.1 PKG= ${NAME}-${VERSION}