From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 790DF139694 for ; Fri, 9 Jun 2017 18:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBFE21C03E; Fri, 9 Jun 2017 18:38:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 992A321C03E for ; Fri, 9 Jun 2017 18:38:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22F18341970 for ; Fri, 9 Jun 2017 18:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475F7745D for ; Fri, 9 Jun 2017 18:38:34 +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: <1497033454.8b91d77f9ec7431f8d9eca9f6bf918fce78646b8.williamh@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: / X-VCS-Repository: proj/baselayout X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8b91d77f9ec7431f8d9eca9f6bf918fce78646b8 X-VCS-Branch: master Date: Fri, 9 Jun 2017 18:38:34 +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: 9aba6005-756f-4dcb-9f8e-a13bc06fb9f1 X-Archives-Hash: a3aa4ab6b4d9b98b4134d61e6698564b commit: 8b91d77f9ec7431f8d9eca9f6bf918fce78646b8 Author: William Hubbs gentoo org> AuthorDate: Fri Jun 9 18:37:34 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jun 9 18:37:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=8b91d77f version 2.4.1 Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1c252d5..ad7ee2ad 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # It also has the added bonus of being easier to install on systems # without an ebuild style package manager. -PV = 2.4 +PV = 2.4.1 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2