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 AAC421382C5 for ; Mon, 12 Mar 2018 02:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F7C9E0897; Mon, 12 Mar 2018 02:43:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5F738E0897 for ; Mon, 12 Mar 2018 02:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 19355335C0C for ; Mon, 12 Mar 2018 02:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B6E266 for ; Mon, 12 Mar 2018 02:43:00 +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: <1519926362.e8a2305de0320dc98bf187bb97f936e2dc4a4554.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master 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: e8a2305de0320dc98bf187bb97f936e2dc4a4554 X-VCS-Branch: master Date: Mon, 12 Mar 2018 02:43:00 +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: 0a7aa127-3bc4-40c5-a2ab-bb08183bc8d2 X-Archives-Hash: 5dc5047b9c123ab03c3b395d027a6ea1 commit: e8a2305de0320dc98bf187bb97f936e2dc4a4554 Author: William Hubbs gmail com> AuthorDate: Thu Mar 1 17:46:02 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Mar 1 17:46:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e8a2305d version 0.36 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 48a56d98..56545645 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.35 +VERSION= 0.36 PKG= ${NAME}-${VERSION}