From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E55213888F for ; Wed, 14 Oct 2015 21:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2142F21C002; Wed, 14 Oct 2015 21:03:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C780D21C001 for ; Wed, 14 Oct 2015 21:03:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08D93340AC1 for ; Wed, 14 Oct 2015 21:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D84F5922 for ; Wed, 14 Oct 2015 21:03:27 +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: <1444856392.a4346bb7f5fc09e81a61032ebc05f70692a4a04c.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.18.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: a4346bb7f5fc09e81a61032ebc05f70692a4a04c X-VCS-Branch: 0.18.x Date: Wed, 14 Oct 2015 21:03:27 +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: 718888e5-6822-4b41-9530-9ffe413c9270 X-Archives-Hash: 70c3666d7a23e8f49cfd9e075df06afc commit: a4346bb7f5fc09e81a61032ebc05f70692a4a04c Author: William Hubbs gmail com> AuthorDate: Wed Oct 14 20:59:52 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Oct 14 20:59:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a4346bb7 start work on 0.18.3 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index e48fd30..dda4fe4 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.18.2 +VERSION= 0.18.3 PKG= ${NAME}-${VERSION}