Change version number to 1.2.7.1.

This commit is contained in:
Mark Adler
2012-05-02 22:38:26 -07:00
parent 30a1c7065d
commit 2689b3cceb
24 changed files with 47 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
# Makefile for zlib
# Copyright (C) 1995-2011 Jean-loup Gailly.
# Copyright (C) 1995-2012 Jean-loup Gailly, Mark Adler
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
@@ -32,7 +32,7 @@ CPP=$(CC) -E
STATICLIB=libz.a
SHAREDLIB=libz.so
SHAREDLIBV=libz.so.1.2.7
SHAREDLIBV=libz.so.1.2.7.1
SHAREDLIBM=libz.so.1
LIBS=$(STATICLIB) $(SHAREDLIBV)