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 EF39713908F for ; Thu, 26 Jan 2017 16:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D69382241BC; Thu, 26 Jan 2017 16:36:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A841A23402F for ; Thu, 26 Jan 2017 16:36:48 +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 3FBC73412F9 for ; Thu, 26 Jan 2017 16:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 569E63060 for ; Thu, 26 Jan 2017 16:36:45 +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: <1485448324.c283fb6b67efc83b9567e63aae5ef12cd8a463f4.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.23.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: c283fb6b67efc83b9567e63aae5ef12cd8a463f4 X-VCS-Branch: 0.23.x Date: Thu, 26 Jan 2017 16:36:45 +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: 00354ccd-0061-4a55-80a2-d55af25e8828 X-Archives-Hash: df683fc2125b11e5fc5815b1898f8198 commit: c283fb6b67efc83b9567e63aae5ef12cd8a463f4 Author: William Hubbs gmail com> AuthorDate: Thu Jan 26 16:32:04 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 26 16:32:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c283fb6b version 0.23.2 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index d3e540e..7e93e22 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.23.1 +VERSION= 0.23.2 PKG= ${NAME}-${VERSION}