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 E16C015800F for ; Mon, 6 Feb 2023 04:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E4FE07A5; Mon, 6 Feb 2023 04:10:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09292E07A5 for ; Mon, 6 Feb 2023 04:10: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 0442834027D for ; Mon, 6 Feb 2023 04:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA625896 for ; Mon, 6 Feb 2023 04:10:09 +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: <1675656569.254e2ef21b36b5ae523f607e5d919d6f1489e697.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-functions:master commit in: / X-VCS-Repository: proj/gentoo-functions X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 254e2ef21b36b5ae523f607e5d919d6f1489e697 X-VCS-Branch: master Date: Mon, 6 Feb 2023 04:10:09 +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: 9c9bad27-43e4-4421-a7ea-48e4261fac30 X-Archives-Hash: 1a56a1293a201509b39aba297b1d47a7 commit: 254e2ef21b36b5ae523f607e5d919d6f1489e697 Author: Sam James gentoo org> AuthorDate: Mon Feb 6 04:09:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 6 04:09:29 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=254e2ef2 Makefile: fix VERSION Signed-off-by: Sam James gentoo.org> Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 76c2e9a..10fc4fa 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # gentoo-functions Makefile -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -VERSION = 0.15 +VERSION = 0.17 GITREF ?= $(VERSION) PKG ?= gentoo-functions-$(VERSION)