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 185061581E7 for ; Thu, 25 Apr 2024 20:38:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 450C4E29EE; Thu, 25 Apr 2024 20:38:02 +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 3001EE29EE for ; Thu, 25 Apr 2024 20:38:02 +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 39D94343158 for ; Thu, 25 Apr 2024 20:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CC1D1625 for ; Thu, 25 Apr 2024 20:37:59 +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: <1714077453.f49f246f76db84d6c2d2d0ad2b1d19eb27aa1b2d.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: f49f246f76db84d6c2d2d0ad2b1d19eb27aa1b2d X-VCS-Branch: master Date: Thu, 25 Apr 2024 20:37:59 +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: 9820bc80-9bd6-47be-8415-74f3b22e9bf5 X-Archives-Hash: 8c741c487a86188e730c3c2e9dd36392 commit: f49f246f76db84d6c2d2d0ad2b1d19eb27aa1b2d Author: Sam James gentoo org> AuthorDate: Thu Apr 25 20:37:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 25 20:37:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=f49f246f meson.build: prepare for gentoolkit-0.6.6 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 b7b07c1..1c07ad1 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'gentoolkit', 'c', - version : '0.6.5', + version : '0.6.6', license : 'GPL-2.0-or-later', meson_version : '>=0.64.0' )