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 2AEEC139082 for ; Wed, 29 Nov 2017 22:10:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3965AE0BDF; Wed, 29 Nov 2017 22:10:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13527E0BDF for ; Wed, 29 Nov 2017 22:10:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C480B33BE68 for ; Wed, 29 Nov 2017 22:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CE69AC0D for ; Wed, 29 Nov 2017 22:10:44 +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: <1511992350.1d20aa10e65c24f5b2d78a1b0a4ab77de5395aab.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.34.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: 1d20aa10e65c24f5b2d78a1b0a4ab77de5395aab X-VCS-Branch: 0.34.x Date: Wed, 29 Nov 2017 22:10:44 +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: 5a17740e-f8c5-4b73-89f5-2e045e0d069c X-Archives-Hash: 52dd28b1de68ee25b07089d628002e1a commit: 1d20aa10e65c24f5b2d78a1b0a4ab77de5395aab Author: William Hubbs gmail com> AuthorDate: Wed Nov 29 21:52:30 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Nov 29 21:52:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1d20aa10 version 0.34.11 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index bbb16636..ca1f6456 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.34.10 +VERSION= 0.34.11 PKG= ${NAME}-${VERSION}