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 B2680158017 for ; Mon, 27 Sep 2021 21:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16D69E0A60; Mon, 27 Sep 2021 21:48:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01A1BE0A60 for ; Mon, 27 Sep 2021 21:48:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 080F4342E33 for ; Mon, 27 Sep 2021 21:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72980A3 for ; Mon, 27 Sep 2021 21:48:14 +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: <1632779285.5f2689ec3179ff18180ba56cd4388f216a0af07b.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: 5f2689ec3179ff18180ba56cd4388f216a0af07b X-VCS-Branch: master Date: Mon, 27 Sep 2021 21:48:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51b03553-59e5-4431-99d3-016d8f593729 X-Archives-Hash: feb9dfb565a755b701f1d900c56655cc commit: 5f2689ec3179ff18180ba56cd4388f216a0af07b Author: William Hubbs gentoo org> AuthorDate: Mon Sep 27 21:48:05 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 27 21:48:05 2021 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=5f2689ec version 2.8 Signed-off-by: William Hubbs gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index baf119e7..a61e828b 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.7 +PV = 2.8 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2