summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-05-02 22:38:26 -0700
committerMark Adler <madler@alumni.caltech.edu>2012-05-02 22:38:26 -0700
commit2689b3cceb054f83d4d084ffc1db09606b0c2515 (patch)
tree26639bbf12105f39a9b5e6240346483d7ea189f0 /Makefile.in
parent30a1c7065dc1dc2c2ed68ed403792b660bfdd805 (diff)
downloadzlib-2689b3cceb054f83d4d084ffc1db09606b0c2515.tar.gz
Change version number to 1.2.7.1.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 241deed..dbc921c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)