diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:11 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:11 +0000 |
commit | 94e413eb5d2213e1311025f284773829afa4dd50 (patch) | |
tree | e95f59c979a66e429d7a833891648f957e4d299a /configure | |
parent | Adding debian version 0.9-1. (diff) | |
download | lzlib-94e413eb5d2213e1311025f284773829afa4dd50.tar.xz lzlib-94e413eb5d2213e1311025f284773829afa4dd50.zip |
Merging upstream version 1.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 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: 2010-02-10 +# Date of this version: 2010-05-08 args= no_create= pkgname=lzlib -pkgversion=0.9 -soversion=0 +pkgversion=1.0 +soversion=1 progname=minilzip progname_shared= libname=lz |