diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 09:57:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 09:57:24 +0000 |
commit | 14a628aadf3ffe5909ae0d94cf511d79bdcd4366 (patch) | |
tree | e2fe6e3e2424eb8a6100da3a08a051e5f06a338a /configure | |
parent | Adding upstream version 1.14~rc1. (diff) | |
download | zutils-upstream.tar.xz zutils-upstream.zip |
Adding upstream version 1.14.upstream/1.14upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ #! /bin/sh # configure script for Zutils - Utilities dealing with compressed files -# Copyright (C) 2009-2024 Antonio Diaz Diaz. +# Copyright (C) 2009-2025 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute, and modify it. pkgname=zutils -pkgversion=1.14-rc1 +pkgversion=1.14 srctrigger=doc/${pkgname}.texi # clear some things potentially inherited from environment. @@ -183,7 +183,7 @@ echo "GREP = ${GREP}" rm -f Makefile cat > Makefile << EOF # Makefile for Zutils - Utilities dealing with compressed files -# Copyright (C) 2009-2024 Antonio Diaz Diaz. +# Copyright (C) 2009-2025 Antonio Diaz Diaz. # This file was generated automatically by configure. Don't edit. # # This Makefile is free software: you have unlimited permission |