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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7293B138359 for ; Thu, 19 Nov 2020 18:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD8F8E07DB; Thu, 19 Nov 2020 18:20:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95E78E07DB for ; Thu, 19 Nov 2020 18:20:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77A113411A3 for ; Thu, 19 Nov 2020 18:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9810453 for ; Thu, 19 Nov 2020 18:20:51 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1605809809.f7c81e9c99a7b3ae1e9d96e25cfe97e52ca5115c.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f7c81e9c99a7b3ae1e9d96e25cfe97e52ca5115c X-VCS-Branch: master Date: Thu, 19 Nov 2020 18:20:51 +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: 368bbf16-f00d-4c6b-a55e-15ae8322a514 X-Archives-Hash: 5864f4f4350affbf618226820540c7b0 commit: f7c81e9c99a7b3ae1e9d96e25cfe97e52ca5115c Author: Jacob Floyd gmail com> AuthorDate: Thu Nov 19 17:33:56 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Nov 19 18:16:49 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=f7c81e9c Update to version 0.14 Signed-off-by: Jacob Floyd gmail.com> Signed-off-by: Mike Gilbert gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47f41ca..a5612a0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Copyright 2014-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -VERSION = 0.13 +VERSION = 0.14 GITREF ?= $(VERSION) PKG ?= gentoo-functions-$(VERSION)