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 B9065159C9B for ; Mon, 5 Aug 2024 02:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 054D6E2B19; Mon, 5 Aug 2024 02:03:14 +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 DE259E2B19 for ; Mon, 5 Aug 2024 02:03:13 +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 DB96B341256 for ; Mon, 5 Aug 2024 02:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D011E5D for ; Mon, 5 Aug 2024 02:03:11 +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: <1722823370.816ec2b63ab378aebb9f2ee94a0b67943b652090.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-functions:master commit in: / X-VCS-Repository: proj/gentoo-functions X-VCS-Files: meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 816ec2b63ab378aebb9f2ee94a0b67943b652090 X-VCS-Branch: master Date: Mon, 5 Aug 2024 02:03:11 +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: 878b2526-da9f-4f17-8d62-89eb0bba48dc X-Archives-Hash: b04a9e91698a1aad3661c7ed87b0f3c8 commit: 816ec2b63ab378aebb9f2ee94a0b67943b652090 Author: Sam James gentoo org> AuthorDate: Mon Aug 5 02:02:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 5 02:02:50 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=816ec2b6 meson.build: prepare for gentoo-functions-1.7 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 f7985a4..791bcf0 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gentoo-functions', 'c', - version: '1.6', + version: '1.7', license: 'GPL-2.0-only', default_options : [ 'warning_level=2',