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 6E7081384B4 for ; Sun, 6 Dec 2015 00:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 469F921C04E; Sun, 6 Dec 2015 00:14:26 +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 E355821C04E for ; Sun, 6 Dec 2015 00:14:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7EE8340931 for ; Sun, 6 Dec 2015 00:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 172EFC6A for ; Sun, 6 Dec 2015 00:14: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: <1449333099.a67e3495d0b54ac83a00fc04aef50951646814ad.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: a67e3495d0b54ac83a00fc04aef50951646814ad X-VCS-Branch: master Date: Sun, 6 Dec 2015 00:14: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: ed2fb64d-7e04-43e5-b3aa-a9a1613804e4 X-Archives-Hash: f016eb142e53a6878730efc5ce8dc39a commit: a67e3495d0b54ac83a00fc04aef50951646814ad Author: William Hubbs gmail com> AuthorDate: Sat Dec 5 16:31:39 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Dec 5 16:31:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a67e3495 Increment version number Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 415bf9d..1d43192 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.19 +VERSION= 0.20 PKG= ${NAME}-${VERSION}