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 35EA5138A1D for ; Sat, 1 Nov 2014 23:32:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01C15E1112; Sat, 1 Nov 2014 23:32:16 +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 8B854E1112 for ; Sat, 1 Nov 2014 23:32:15 +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 63AB7340407 for ; Sat, 1 Nov 2014 23:32:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6371493D6 for ; Sat, 1 Nov 2014 23:32:12 +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: <1414884680.d92eca3988a1756e12c22c99a5e17f525ebffc6c.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.13.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: d92eca3988a1756e12c22c99a5e17f525ebffc6c X-VCS-Branch: openrc-0.13.x Date: Sat, 1 Nov 2014 23:32:12 +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: 7c1fd47b-bacf-4172-a686-ecc04a4693fb X-Archives-Hash: ff5da91822a02fc0f0bcde1305fbfb4f commit: d92eca3988a1756e12c22c99a5e17f525ebffc6c Author: William Hubbs gmail com> AuthorDate: Sat Nov 1 23:31:20 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Nov 1 23:31:20 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=d92eca39 Start work on 0.13.3 --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index a94811d..c82a4de 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.13.2 +VERSION= 0.13.3 PKG= ${NAME}-${VERSION}