summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:20:15 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:20:15 -0700
commitc34c1fcbb19852ca35216ad66276f4f86af3fc22 (patch)
tree4bd0972d6c682e474725eca372f6551d539f8768 /zlib.h
parent02b6cf579f02ec78c052735020a5d3c5723ed641 (diff)
downloadzlib-1.1.2.tar.gz
zlib-1.1.2.tar.bz2
zlib-1.1.2.zip
zlib 1.1.2v1.1.2
Diffstat (limited to '')
-rw-r--r--zlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib.h b/zlib.h
index 06f988c..787b5fd 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,5 +1,5 @@
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.1.1, Feb 27th, 1998 2 version 1.1.2, March 19th, 1998
3 3
4 Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
5 5
@@ -31,13 +31,13 @@
31#ifndef _ZLIB_H 31#ifndef _ZLIB_H
32#define _ZLIB_H 32#define _ZLIB_H
33 33
34#include "zconf.h"
35
34#ifdef __cplusplus 36#ifdef __cplusplus
35extern "C" { 37extern "C" {
36#endif 38#endif
37 39
38#include "zconf.h" 40#define ZLIB_VERSION "1.1.2"
39
40#define ZLIB_VERSION "1.1.1"
41 41
42/* 42/*
43 The 'zlib' compression library provides in-memory compression and 43 The 'zlib' compression library provides in-memory compression and