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 6992A13888F for ; Tue, 13 Oct 2015 22:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB31E07A7; Tue, 13 Oct 2015 22:45:01 +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 8E22BE07A7 for ; Tue, 13 Oct 2015 22:45:01 +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 D74783409F1 for ; Tue, 13 Oct 2015 22:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24CA410B2 for ; Tue, 13 Oct 2015 22:44:52 +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: <1444769845.88b807f9bcea5ec5bf5c5edb3c7161bf5c12d2d0.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: 88b807f9bcea5ec5bf5c5edb3c7161bf5c12d2d0 X-VCS-Branch: 0.18.x Date: Tue, 13 Oct 2015 22:44:52 +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: e9515934-ced0-4a0a-8310-86e476265d11 X-Archives-Hash: 4087d05fa5c4a557da328db49dcb69a2 commit: 88b807f9bcea5ec5bf5c5edb3c7161bf5c12d2d0 Author: William Hubbs gmail com> AuthorDate: Tue Oct 13 20:57:25 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 13 20:57:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=88b807f9 increment version number Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 74cfd6b..e48fd30 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.18.1 +VERSION= 0.18.2 PKG= ${NAME}-${VERSION}