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 ED57F138C9D for ; Wed, 3 Jun 2015 16:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80E7EE0A96; Wed, 3 Jun 2015 16:18:58 +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 05509E0A96 for ; Wed, 3 Jun 2015 16:18:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28A65340C54 for ; Wed, 3 Jun 2015 16:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CEE1A0B for ; Wed, 3 Jun 2015 16:18:54 +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: <1433347967.c4067a65b0ecfad3e6b97416640c6b85382b8fe8.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.16.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: c4067a65b0ecfad3e6b97416640c6b85382b8fe8 X-VCS-Branch: openrc-0.16.x Date: Wed, 3 Jun 2015 16:18:54 +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: 68e72bd7-1961-46e2-a56c-56377f13428a X-Archives-Hash: e45db8940e3c77e81b288811084a00f0 commit: c4067a65b0ecfad3e6b97416640c6b85382b8fe8 Author: William Hubbs gmail com> AuthorDate: Wed Jun 3 16:12:47 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jun 3 16:12:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c4067a65 Start work on 0.16.4 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 53d9b4a..91f2f19 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.16.3 +VERSION= 0.16.4 PKG= ${NAME}-${VERSION}