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 B104B1381F3 for ; Sat, 24 Aug 2013 23:00:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C171E092C; Sat, 24 Aug 2013 23:00:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00605E092C for ; Sat, 24 Aug 2013 23:00:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 151ED33EB2E for ; Sat, 24 Aug 2013 23:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC14DE468F for ; Sat, 24 Aug 2013 23:00:13 +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: <1377385159.d1b183a2f9595c033489a7913aef1989ccd2d2eb.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: d1b183a2f9595c033489a7913aef1989ccd2d2eb X-VCS-Branch: master Date: Sat, 24 Aug 2013 23:00:13 +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: 398655ca-97c0-460b-9acc-d1feb55a6394 X-Archives-Hash: b7c2d7b424bf0b7a62b773c5c622fdb4 commit: d1b183a2f9595c033489a7913aef1989ccd2d2eb Author: William Hubbs gmail com> AuthorDate: Sat Aug 24 22:59:19 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Aug 24 22:59:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=d1b183a2 increment version --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index e53b580..322fd2a 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.12 +VERSION= 0.13 PKG= ${NAME}-${VERSION}