From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1544377-garchives=archives.gentoo.org@lists.gentoo.org> 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 5BCC715800A for <garchives@archives.gentoo.org>; Wed, 9 Aug 2023 02:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583722BC017; Wed, 9 Aug 2023 02:49:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3FA8F2BC017 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Aug 2023 02:49:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4167F33BEFF for <gentoo-commits@lists.gentoo.org>; Wed, 9 Aug 2023 02:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE71F2E for <gentoo-commits@lists.gentoo.org>; Wed, 9 Aug 2023 02:49:25 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1691549329.72c7a1401553f25f21bf3993a9feeebc0f3eddc1.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: 72c7a1401553f25f21bf3993a9feeebc0f3eddc1 X-VCS-Branch: master Date: Wed, 9 Aug 2023 02:49:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c379ae1b-a1c4-4d3b-80d0-83a398432029 X-Archives-Hash: bad5060ec70444b3ef4cd5f96b5faaf7 commit: 72c7a1401553f25f21bf3993a9feeebc0f3eddc1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 9 02:48:49 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 9 02:48:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=72c7a140 NEWS, meson.build: prepare for portage-3.0.50 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 281cbc2c9..c39e04671 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -portage-3.0.50 (UNRELEASED) +portage-3.0.50 (2023-08-09) -------------- Breaking changes: diff --git a/meson.build b/meson.build index 3d2a053b5..7c1c49349 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.49', + version : '3.0.50', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )