diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-18 06:19:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-18 06:19:26 +0000 |
commit | 2e1b4b4780bbe42de4fbb74000a49fa657981f59 (patch) | |
tree | fea9fcea3461d7f046ea3e566be56a6e53202e9d /configure | |
parent | Adding upstream version 1.15~rc1. (diff) | |
download | clzip-upstream.tar.xz clzip-upstream.zip |
Adding upstream version 1.15.upstream/1.15upstream
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 Clzip - LZMA lossless data compressor -# Copyright (C) 2010-2024 Antonio Diaz Diaz. +# Copyright (C) 2010-2025 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute, and modify it. pkgname=clzip -pkgversion=1.15-rc1 +pkgversion=1.15 progname=clzip srctrigger=doc/${pkgname}.texi @@ -171,7 +171,7 @@ echo "MAKEINFO = ${MAKEINFO}" rm -f Makefile cat > Makefile << EOF # Makefile for Clzip - LZMA lossless data compressor -# Copyright (C) 2010-2024 Antonio Diaz Diaz. +# Copyright (C) 2010-2025 Antonio Diaz Diaz. # This file was generated automatically by configure. Don't edit. # # This Makefile is free software: you have unlimited permission |