summaryrefslogtreecommitdiffstats
path: root/lib/libz/zlib.h
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2002-03-11 22:30:00 +0000
committergreen <green@FreeBSD.org>2002-03-11 22:30:00 +0000
commit0288c7557e0b202dda53c3b7ee20c6847d82d7f7 (patch)
tree84fe7aeb75da641a2646fdfe7fa54e523fe8fa50 /lib/libz/zlib.h
parent502a015d4b99cf57effb366a7fefbac021586156 (diff)
downloadFreeBSD-src-0288c7557e0b202dda53c3b7ee20c6847d82d7f7.zip
FreeBSD-src-0288c7557e0b202dda53c3b7ee20c6847d82d7f7.tar.gz
Import zlib 1.1.4 onto the vendor branch.
Diffstat (limited to 'lib/libz/zlib.h')
-rw-r--r--lib/libz/zlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/zlib.h b/lib/libz/zlib.h
index 49f56b4..52cb529 100644
--- a/lib/libz/zlib.h
+++ b/lib/libz/zlib.h
@@ -1,7 +1,7 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
- version 1.1.3, July 9th, 1998
+ version 1.1.4, March 11th, 2002
- Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
+ Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -37,7 +37,7 @@
extern "C" {
#endif
-#define ZLIB_VERSION "1.1.3"
+#define ZLIB_VERSION "1.1.4"
/*
The 'zlib' compression library provides in-memory compression and
OpenPOWER on IntegriCloud