]> git.lizzy.rs Git - zlib.git/commitdiff
Make version explicit in contrib/minizip/configure.ac [Bosmans].
authorMark Adler <madler@alumni.caltech.edu>
Sat, 21 Jan 2012 07:36:59 +0000 (23:36 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 21 Jan 2012 07:36:59 +0000 (23:36 -0800)
contrib/minizip/configure.ac

index 429f04d82f427d3e5b64745e603f59f5cac20184..4799cdc7116040b736dd6484fadada2e8b1cb29c 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([minizip], [@ZLIB_VER@], [bugzilla.redhat.com])
+AC_INIT([minizip], [1.2.6], [bugzilla.redhat.com])
 AC_CONFIG_SRCDIR([minizip.c])
 AM_INIT_AUTOMAKE([foreign])
 LT_INIT