diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-13 07:05:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-13 07:05:11 +0000 |
commit | 4b7f9e16ccd0816b8c091a68ac3160450f16dab8 (patch) | |
tree | ce15a11d77a2bc8346a78f17c9d0957a760d7b3e /configure | |
parent | Releasing debian version 1.8-4. (diff) | |
download | pdlzip-4b7f9e16ccd0816b8c091a68ac3160450f16dab8.tar.xz pdlzip-4b7f9e16ccd0816b8c091a68ac3160450f16dab8.zip |
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ #! /bin/sh # configure script for Pdlzip - LZMA lossless data compressor -# Copyright (C) 2010-2017 Antonio Diaz Diaz. +# Copyright (C) 2010-2018 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. pkgname=pdlzip -pkgversion=1.8 +pkgversion=1.9 progname=pdlzip srctrigger=doc/${progname}.1 @@ -168,7 +168,7 @@ echo "LDFLAGS = ${LDFLAGS}" rm -f Makefile cat > Makefile << EOF # Makefile for Pdlzip - LZMA lossless data compressor -# Copyright (C) 2010-2017 Antonio Diaz Diaz. +# Copyright (C) 2010-2018 Antonio Diaz Diaz. # This file was generated automatically by configure. Don't edit. # # This Makefile is free software: you have unlimited permission |