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 467091396D9 for ; Wed, 25 Oct 2017 20:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF4F2BC03B; Wed, 25 Oct 2017 20:10:51 +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 4CBA72BC03B for ; Wed, 25 Oct 2017 20:10:50 +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 3ED6233BF44 for ; Wed, 25 Oct 2017 20:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C2DC746E for ; Wed, 25 Oct 2017 20:10:47 +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: <1508881612.0d8dc4f798cc0d707fc64e8bffcba4fbceb32935.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: 0d8dc4f798cc0d707fc64e8bffcba4fbceb32935 X-VCS-Branch: master Date: Wed, 25 Oct 2017 20:10:47 +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: 7a7629e0-c09b-4bc8-86d5-a93ab497f0a5 X-Archives-Hash: 34a5fd9c2bdd5f6858c0968c50e7b720 commit: 0d8dc4f798cc0d707fc64e8bffcba4fbceb32935 Author: William Hubbs gmail com> AuthorDate: Tue Oct 24 21:46:52 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 24 21:46:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0d8dc4f7 version 0.35 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 4ede5b29..48a56d98 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.34 +VERSION= 0.35 PKG= ${NAME}-${VERSION}