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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1ADE15817D for ; Tue, 4 Jun 2024 01:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C3E3E29BD; Tue, 4 Jun 2024 01:27:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 103CEE29BD for ; Tue, 4 Jun 2024 01:27:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7309340813 for ; Tue, 4 Jun 2024 01:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5310B16DD for ; Tue, 4 Jun 2024 01:27:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717464446.f03998622e0960388e903de0d6d24bdf6881e567.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f03998622e0960388e903de0d6d24bdf6881e567 X-VCS-Branch: master Date: Tue, 4 Jun 2024 01:27:40 +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: c78d9fb8-a7b9-4b9a-a0f0-8a2b53e0f1a4 X-Archives-Hash: aa6cc93dc08d99d062b25135133ca00a commit: f03998622e0960388e903de0d6d24bdf6881e567 Author: Sam James gentoo org> AuthorDate: Tue Jun 4 01:27:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 4 01:27:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f0399862 NEWS, meson.build: prepare for portage-3.0.65 Signed-off-by: Sam James gentoo.org> NEWS | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bb48e3819f..2dbe164617 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups -portage-3.0.65 (UNRELEASED) +portage-3.0.65 (2024-06-04) -------------- Features: diff --git a/meson.build b/meson.build index 3d1a27b70e..673c1e631c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.64', + version : '3.0.65', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )