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 68C3A15800A for ; Sun, 20 Aug 2023 07:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 991382BC014; Sun, 20 Aug 2023 07:55:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 82F172BC014 for ; Sun, 20 Aug 2023 07:55:56 +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 709E73411CD for ; Sun, 20 Aug 2023 07:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36D5B4C for ; Sun, 20 Aug 2023 07:55:53 +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: <1692518141.863c4a6e8d01218e8ac56c523a7951b67ca48297.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: 863c4a6e8d01218e8ac56c523a7951b67ca48297 X-VCS-Branch: master Date: Sun, 20 Aug 2023 07:55:53 +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: f0fe2f25-b647-494e-925f-bb0da3e1f653 X-Archives-Hash: df6c8dd07992f423e1fb3e228275b807 commit: 863c4a6e8d01218e8ac56c523a7951b67ca48297 Author: Sam James gentoo org> AuthorDate: Sun Aug 20 07:55:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 20 07:55:41 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=863c4a6e NEWS, meson.build: prepare for portage-3.0.51 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 11879d7c58..a59af3818b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -portage-3.0.51 (UNRELEASED) +portage-3.0.51 (2023-08-20) -------------- Features: diff --git a/meson.build b/meson.build index 7c1c493497..2b15ca6557 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.50', + version : '3.0.51', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )