From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C434138A1A for ; Thu, 22 Jan 2015 23:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9063EE098E; Thu, 22 Jan 2015 23:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 396F3E098E for ; Thu, 22 Jan 2015 23:10:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24F26340766 for ; Thu, 22 Jan 2015 23:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 745AB1027B for ; Thu, 22 Jan 2015 23:10:09 +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: <1421968068.0c96bf1eb6f13f7d0ca6d362e6e5593b23ee3341.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: 0c96bf1eb6f13f7d0ca6d362e6e5593b23ee3341 X-VCS-Branch: master Date: Thu, 22 Jan 2015 23:10:09 +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: b3cfe837-6c25-467d-88e4-fcda1a71535a X-Archives-Hash: f07dfc5956f68498a7d041527af42764 commit: 0c96bf1eb6f13f7d0ca6d362e6e5593b23ee3341 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Jan 22 23:07:48 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Jan 22 23:07:48 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/netifrc.git;a=commit;h=0c96bf1e Bump for 0.3.1 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 84a2ec4..63bce04 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= netifrc -VERSION= 0.3.0 +VERSION= 0.3.1 PKG= ${NAME}-${VERSION}