From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9891D158176 for ; Sat, 11 Oct 2025 05:21:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 763AA3415EC for ; Sat, 11 Oct 2025 05:21:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 72D7D1102C9; Sat, 11 Oct 2025 05:21:41 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 675111102C9 for ; Sat, 11 Oct 2025 05:21:41 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FDF0335DBE for ; Sat, 11 Oct 2025 05:21:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9591F3A6A for ; Sat, 11 Oct 2025 05:21:39 +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: <1760160089.88a4a0cac2aaf80c45a7444ba842ce8dcc6dccda.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 88a4a0cac2aaf80c45a7444ba842ce8dcc6dccda X-VCS-Branch: master Date: Sat, 11 Oct 2025 05:21:39 +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: ca0668d7-0d54-4574-8c11-2c153af7712a X-Archives-Hash: 6a4e17454d0d53ffe1f952b17694b787 commit: 88a4a0cac2aaf80c45a7444ba842ce8dcc6dccda Author: Sam James gentoo org> AuthorDate: Sat Oct 11 05:21:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 11 05:21:29 2025 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=88a4a0ca meson.build: prepare for gentoolkit-0.6.9 Signed-off-by: Sam James gentoo.org> meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4b47f76..9c116f7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'gentoolkit', 'c', - version : '0.6.8', + version : '0.6.9', license : 'GPL-2.0-or-later', meson_version : '>=0.64.0' )