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 97A04138D69 for ; Mon, 24 Oct 2016 23:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8DA2E0ABC; Mon, 24 Oct 2016 23:16:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B288EE0ABC for ; Mon, 24 Oct 2016 23:16:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBA5C3416B1 for ; Mon, 24 Oct 2016 23:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2256224A0 for ; Mon, 24 Oct 2016 23:16:41 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1477349624.ec018a89e9a44a2088c69fb4f04096465f25da2b.robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: ec018a89e9a44a2088c69fb4f04096465f25da2b X-VCS-Branch: master Date: Mon, 24 Oct 2016 23:16:41 +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: f280626f-36dd-4f5b-804b-c64de1264267 X-Archives-Hash: 1fc9a91dcd3c1ecae3ad64ef6661af4d commit: ec018a89e9a44a2088c69fb4f04096465f25da2b Author: Robin H. Johnson gentoo org> AuthorDate: Mon Oct 24 22:53:44 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Oct 24 22:53:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=ec018a89 Makefile.inc: prepare for next release. Signed-off-by: Robin H. Johnson gentoo.org> Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 55906a7..becc3f5 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.4.0 +VERSION= 0.5.0 PKG= ${NAME}-${VERSION}