Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-functions:master commit in: /
Date: Mon, 30 Aug 2021 21:14:49
Message-Id: 1630358016.6cf8f4e686bec4e423d1195dfa5f23845866a310.floppym@gentoo
1 commit: 6cf8f4e686bec4e423d1195dfa5f23845866a310
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 21:08:23 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 21:13:36 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=6cf8f4e6
7
8 Set VERSION = 0.15
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 Makefile | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/Makefile b/Makefile
16 index a5612a0..76c2e9a 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -1,8 +1,8 @@
20 # gentoo-functions Makefile
21 -# Copyright 2014-2020 Gentoo Authors
22 +# Copyright 2014-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -VERSION = 0.14
26 +VERSION = 0.15
27 GITREF ?= $(VERSION)
28 PKG ?= gentoo-functions-$(VERSION)