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 A0E3715802E for ; Thu, 27 Jun 2024 07:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B713AE2AB7; Thu, 27 Jun 2024 07:09:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9ABCDE2AB7 for ; Thu, 27 Jun 2024 07:09:58 +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 D09CE335DEB for ; Thu, 27 Jun 2024 07:09:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34A521D0D for ; Thu, 27 Jun 2024 07:09:56 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1719472176.cb04e992952a6fbf6ea91cbdf0d8e50c6a241515.flow@gentoo> Subject: [gentoo-commits] proj/java-config:master commit in: / X-VCS-Repository: proj/java-config X-VCS-Files: meson.build X-VCS-Directories: / X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cb04e992952a6fbf6ea91cbdf0d8e50c6a241515 X-VCS-Branch: master Date: Thu, 27 Jun 2024 07:09:56 +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: 0bc41baa-e261-4984-b2db-41b4449b9363 X-Archives-Hash: f0be78c127ec6932ef276834ccf41f6b commit: cb04e992952a6fbf6ea91cbdf0d8e50c6a241515 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jun 27 07:08:53 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 27 07:09:36 2024 +0000 URL: https://gitweb.gentoo.org/proj/java-config.git/commit/?id=cb04e992 java-config 2.3.4 Signed-off-by: Florian Schmaus gentoo.org> meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7265366..b7e6438 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'java-config', - version: '2.3.4-SNAPSHOT', + version: '2.3.4', license: 'GPL-2.0', meson_version: '>=1.1.1' )