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 5CCB7139694 for ; Mon, 24 Jul 2017 22:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A68E3E0CCA; Mon, 24 Jul 2017 22:29:09 +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 88DBDE0CCA for ; Mon, 24 Jul 2017 22:29:09 +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 91F1C341845 for ; Mon, 24 Jul 2017 22:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17DCA74A5 for ; Mon, 24 Jul 2017 22:29:07 +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: <1500935334.0513cd3964a9564e0ba39b50aa8ebd3d7e9a3920.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: 0513cd3964a9564e0ba39b50aa8ebd3d7e9a3920 X-VCS-Branch: master Date: Mon, 24 Jul 2017 22:29:07 +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: ecdc8570-7d22-4a0c-8338-5a96d6477229 X-Archives-Hash: 47bce032c498048a2df9c9fde606f082 commit: 0513cd3964a9564e0ba39b50aa8ebd3d7e9a3920 Author: William Hubbs gmail com> AuthorDate: Mon Jul 24 22:28:54 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jul 24 22:28:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0513cd39 version 0.29 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 9be0d45c..e984c1bb 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.28 +VERSION= 0.29 PKG= ${NAME}-${VERSION}