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 0CD68158083 for ; Tue, 10 Sep 2024 02:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CC1EE2A10; Tue, 10 Sep 2024 02:28:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 438D3E2A10 for ; Tue, 10 Sep 2024 02:28:38 +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 5BF7F342F9A for ; Tue, 10 Sep 2024 02:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D791CC8 for ; Tue, 10 Sep 2024 02:28:35 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1725935081.c0995c537473738ff3227fbb07bbd94e688da55d.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c0995c537473738ff3227fbb07bbd94e688da55d X-VCS-Branch: master Date: Tue, 10 Sep 2024 02:28:35 +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: eaf6f3cf-4e5b-4f27-9983-494b1da9b367 X-Archives-Hash: 2c57b8ff8139cf0d17590350d014ba90 commit: c0995c537473738ff3227fbb07bbd94e688da55d Author: Matt Turner gentoo org> AuthorDate: Tue Sep 10 02:24:41 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 10 02:24:41 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=c0995c53 meson.build: prepare for gentoolkit-0.6.8 Signed-off-by: Matt Turner gentoo.org> meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index abf171f..4b47f76 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'gentoolkit', 'c', - version : '0.6.7', + version : '0.6.8', license : 'GPL-2.0-or-later', meson_version : '>=0.64.0' )