diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-05-02 22:38:26 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-05-02 22:38:26 -0700 |
commit | 2689b3cceb054f83d4d084ffc1db09606b0c2515 (patch) | |
tree | 26639bbf12105f39a9b5e6240346483d7ea189f0 /Makefile.in | |
parent | 30a1c7065dc1dc2c2ed68ed403792b660bfdd805 (diff) | |
download | zlib-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.in | 4 |
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 | ||
33 | STATICLIB=libz.a | 33 | STATICLIB=libz.a |
34 | SHAREDLIB=libz.so | 34 | SHAREDLIB=libz.so |
35 | SHAREDLIBV=libz.so.1.2.7 | 35 | SHAREDLIBV=libz.so.1.2.7.1 |
36 | SHAREDLIBM=libz.so.1 | 36 | SHAREDLIBM=libz.so.1 |
37 | LIBS=$(STATICLIB) $(SHAREDLIBV) | 37 | LIBS=$(STATICLIB) $(SHAREDLIBV) |
38 | 38 | ||