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 2D2211581D3 for ; Wed, 15 May 2024 10:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74A62E2A18; Wed, 15 May 2024 10:28:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 602B0E2A18 for ; Wed, 15 May 2024 10:28:36 +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 A84F634069F for ; Wed, 15 May 2024 10:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358331A8B for ; Wed, 15 May 2024 10:28:33 +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: <1715768911.68c3ed9035165e4daa902421fa9de4589d631b3b.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: 68c3ed9035165e4daa902421fa9de4589d631b3b X-VCS-Branch: master Date: Wed, 15 May 2024 10:28:33 +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: 747efee4-8cda-4924-bf68-4492c83670e4 X-Archives-Hash: 991c558ae9eda85e965d60e8120c55b3 commit: 68c3ed9035165e4daa902421fa9de4589d631b3b Author: Sam James gentoo org> AuthorDate: Wed May 15 10:28:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 15 10:28:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=68c3ed90 meson.build: prepare for gentoo-functions-1.2 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 de4abf0..0c564b3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gentoo-functions', 'c', - version: '1.1', + version: '1.2', license: 'GPL-2.0-only', default_options : [ 'warning_level=2',