summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:17 -0700
commitebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (patch)
tree427d4866aced2a78526bab76f8af9b8bc6b4d789 /Makefile
parentff11b0a61f7345572ff2e413173d3179486162f2 (diff)
downloadzlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.gz
zlib 1.0.5v1.0.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 71b269b..b216ba7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Makefile for zlib
-# Copyright (C) 1995-1996 Jean-loup Gailly.
+# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
@@ -22,7 +22,7 @@ CFLAGS=-O
LDFLAGS=-L. -lz
LDSHARED=$(CC)
-VER=1.0.4
+VER=1.0.5
LIBS=libz.a
AR=ar rc