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 CD39F1388BF for ; Thu, 14 Jan 2016 17:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48CD4E07B2; Thu, 14 Jan 2016 17:37:27 +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 EBE72E07B2 for ; Thu, 14 Jan 2016 17:37:26 +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 186D5340AC1 for ; Thu, 14 Jan 2016 17:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD524A91 for ; Thu, 14 Jan 2016 17:37:22 +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: <1452792918.e7ae08c38d4753d8d54a4ed60ca98794d85aadd9.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: e7ae08c38d4753d8d54a4ed60ca98794d85aadd9 X-VCS-Branch: master Date: Thu, 14 Jan 2016 17:37:22 +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: 2c6dacec-53ea-409f-81aa-0145c55a2e7b X-Archives-Hash: a5eda5e679b1028d588feaa3a6d3b9e1 commit: e7ae08c38d4753d8d54a4ed60ca98794d85aadd9 Author: William Hubbs gmail com> AuthorDate: Thu Jan 14 17:35:18 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 14 17:35:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e7ae08c3 version 0.21 Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 1d43192..7b83a65 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.20 +VERSION= 0.21 PKG= ${NAME}-${VERSION}