summaryrefslogtreecommitdiff
path: root/zlib.h
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 /zlib.h
parentff11b0a61f7345572ff2e413173d3179486162f2 (diff)
downloadzlib-1.0.5.tar.gz
zlib-1.0.5.tar.bz2
zlib-1.0.5.zip
zlib 1.0.5v1.0.5
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib.h b/zlib.h
index 337fe9f..9537cb8 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,7 +1,7 @@
1/* zlib.h -- interface of the 'zlib' general purpose compression library 1/* zlib.h -- interface of the 'zlib' general purpose compression library
2 version 1.0.4, Jul 24th, 1996. 2 version 1.0.5, Jan 3rd, 1998.
3 3
4 Copyright (C) 1995-1996 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
5 5
6 This software is provided 'as-is', without any express or implied 6 This software is provided 'as-is', without any express or implied
7 warranty. In no event will the authors be held liable for any damages 7 warranty. In no event will the authors be held liable for any damages
@@ -37,7 +37,7 @@ extern "C" {
37 37
38#include "zconf.h" 38#include "zconf.h"
39 39
40#define ZLIB_VERSION "1.0.4" 40#define ZLIB_VERSION "1.0.5"
41 41
42/* 42/*
43 The 'zlib' compression library provides in-memory compression and 43 The 'zlib' compression library provides in-memory compression and