diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:34:37 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:34:37 +0000 |
commit | f8840edb77f083c1d3a653bb4edb0490d53eab2c (patch) | |
tree | 58a545983dd1903ff2d42afd35d1d60c989c5ccf /configure | |
parent | Adding debian version 0.4-1. (diff) | |
download | lzlib-f8840edb77f083c1d3a653bb4edb0490d53eab2c.tar.xz lzlib-f8840edb77f083c1d3a653bb4edb0490d53eab2c.zip |
Merging upstream version 0.5.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,13 +5,13 @@ # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. # -# Date of this version: 2009-06-03 +# Date of this version: 2009-07-03 invocation_name=$0 args= no_create= pkgname=lzlib -pkgversion=0.4 +pkgversion=0.5 soversion=0 progname=minilzip progname_shared=${progname}_shared |