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 2A974138330 for ; Wed, 31 Aug 2016 16:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C128E0B24; Wed, 31 Aug 2016 16:37:56 +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 8C44CE0B24 for ; Wed, 31 Aug 2016 16:37:55 +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 B857A340861 for ; Wed, 31 Aug 2016 16:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81ED82467 for ; Wed, 31 Aug 2016 16:37:53 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1472657902.1522eaf28b7a75a1a3a0e25bb6b9828172460451.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.21.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: Makefile.inc X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1522eaf28b7a75a1a3a0e25bb6b9828172460451 X-VCS-Branch: 0.21.x Date: Wed, 31 Aug 2016 16:37:53 +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: 939f76ac-3a9b-432c-9b54-811fd06ce572 X-Archives-Hash: 72b81aca944521d2a50d0d169d0c94e1 commit: 1522eaf28b7a75a1a3a0e25bb6b9828172460451 Author: William Hubbs gmail com> AuthorDate: Wed Aug 31 15:38:22 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Aug 31 15:38:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1522eaf2 version 0.21.7 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 401e9d6..f361f51 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.21.6 +VERSION= 0.21.7 PKG= ${NAME}-${VERSION}