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 CDA901384B4 for ; Mon, 30 Nov 2015 18:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B616A21C08C; Mon, 30 Nov 2015 18:28:52 +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 59E0921C08C for ; Mon, 30 Nov 2015 18:28:52 +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 CBAB534070A for ; Mon, 30 Nov 2015 18:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51319A7A for ; Mon, 30 Nov 2015 18:28:49 +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: <1448907740.ffbcabbbb4f04c164948d55daa409423d4f26b33.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: ffbcabbbb4f04c164948d55daa409423d4f26b33 X-VCS-Branch: 0.18.x Date: Mon, 30 Nov 2015 18:28:49 +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: c72aa528-44ed-4e25-b94e-b48dda550c77 X-Archives-Hash: a3976e002786abaf92c841b3e29e0b7d commit: ffbcabbbb4f04c164948d55daa409423d4f26b33 Author: William Hubbs gmail com> AuthorDate: Mon Nov 30 18:22:20 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Nov 30 18:22:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ffbcabbb Bump version to 0.18.4 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index dda4fe4..977d7fc 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.18.3 +VERSION= 0.18.4 PKG= ${NAME}-${VERSION}