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 BF255138CCF for ; Thu, 14 May 2015 16:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18004E088B; Thu, 14 May 2015 16:52:29 +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 A6F36E088B for ; Thu, 14 May 2015 16:52:28 +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 8CB86340DAF for ; Thu, 14 May 2015 16:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E3309D4 for ; Thu, 14 May 2015 16:52:26 +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: <1431622149.b95ae213e9435f267da3331fd4568a5ad297b54c.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.16.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: b95ae213e9435f267da3331fd4568a5ad297b54c X-VCS-Branch: openrc-0.16.x Date: Thu, 14 May 2015 16:52:26 +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: 0230fc1f-2111-4ffc-b75e-2f75f378ca44 X-Archives-Hash: c08edb72af9c2257edd5aec60c8b6b8a commit: b95ae213e9435f267da3331fd4568a5ad297b54c Author: William Hubbs gmail com> AuthorDate: Thu May 14 16:49:09 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu May 14 16:49:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b95ae213 Start work on 0.16.2 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 3e307d9..f7e2555 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.16.1 +VERSION= 0.16.2 PKG= ${NAME}-${VERSION}