aboutsummaryrefslogtreecommitdiff
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
zlib-2689b3cceb054f83d4d084ffc1db09606b0c2515.tar.bz2
zlib-2689b3cceb054f83d4d084ffc1db09606b0c2515.zip
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 @@
1# Makefile for zlib 1# Makefile for zlib
2# Copyright (C) 1995-2011 Jean-loup Gailly. 2# Copyright (C) 1995-2012 Jean-loup Gailly, Mark Adler
3# For conditions of distribution and use, see copyright notice in zlib.h 3# For conditions of distribution and use, see copyright notice in zlib.h
4 4
5# To compile and test, type: 5# To compile and test, type:
@@ -32,7 +32,7 @@ CPP=$(CC) -E
32 32
33STATICLIB=libz.a 33STATICLIB=libz.a
34SHAREDLIB=libz.so 34SHAREDLIB=libz.so
35SHAREDLIBV=libz.so.1.2.7 35SHAREDLIBV=libz.so.1.2.7.1
36SHAREDLIBM=libz.so.1 36SHAREDLIBM=libz.so.1
37LIBS=$(STATICLIB) $(SHAREDLIBV) 37LIBS=$(STATICLIB) $(SHAREDLIBV)
38 38