commit: 254e2ef21b36b5ae523f607e5d919d6f1489e697 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 6 04:09:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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)
